diff options
author | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-06-01 02:26:22 +0430 |
---|---|---|
committer | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-06-01 02:26:22 +0430 |
commit | 7a6a44111f6e04b42a19595c746013eda2331c3a (patch) | |
tree | ead507dfe5f9973e9204710463e0c5b031843f5d /css/base.css | |
parent | 64a7135353c811b4782cb89726cdf15cdb99ef26 (diff) |
Update footer style
* Reduce text size
* Reduce vertical paddings
* Reduce line spacings
Diffstat (limited to 'css/base.css')
-rw-r--r-- | css/base.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/css/base.css b/css/base.css index 7182319..e35175a 100644 --- a/css/base.css +++ b/css/base.css @@ -291,11 +291,12 @@ footer[role=contentinfo] { * help keep the navigation bar in center for big screens */ margin: 0 auto; max-width: 960px; /* same as the `#container` max-width */ - padding: 15px; + padding: 5px 15px; /* Prevent sharp edges on the bottom navigation bar */ border-radius: 5px 5px 0 0; /* Keep link texts center-aligned */ text-align: left; + font-size: small; color: #dcdfde; background: #030504; } @@ -304,6 +305,7 @@ footer[role=contentinfo] { footer ul { list-style: none; padding-left: 0; + line-height: 5px; } /* ================================================================== |