aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-01 02:26:22 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-01 02:26:22 +0430
commit7a6a44111f6e04b42a19595c746013eda2331c3a (patch)
treeead507dfe5f9973e9204710463e0c5b031843f5d
parent64a7135353c811b4782cb89726cdf15cdb99ef26 (diff)
Update footer style
* Reduce text size * Reduce vertical paddings * Reduce line spacings
-rw-r--r--css/base.css4
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;
}
/* ==================================================================