From 7a6a44111f6e04b42a19595c746013eda2331c3a Mon Sep 17 00:00:00 2001 From: Pedram Ashofteh Ardakani Date: Mon, 1 Jun 2020 02:26:22 +0430 Subject: Update footer style * Reduce text size * Reduce vertical paddings * Reduce line spacings --- css/base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } /* ================================================================== -- cgit v1.2.1