A small fix in footer links

This commit is contained in:
George Sokianos 2022-04-26 21:54:55 +01:00
parent 5bcff39191
commit 1e2ab13d1e
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ h1 > a {color: black;} \
#content {width: 78%; display: inline-block;} \
#mainbar {width: 76%; vertical-align: top;} \
#sidebar {width: 20%; vertical-align: top;} \
#footer {background-color: rgb(35, 38, 41); color: white;} \
#footer a {font-size: 12px; color: white; padding: 20px 10px;} \
#footer {background-color: rgb(35, 38, 41); color: white; padding: 20px 10px;} \
#footer a {font-size: 12px; color: white;} \
.site-footer--logo {width: 10%; display: inline-block; vertical-align: top;} \
.site-footer--copyright {width: 26%; display: inline-block; vertical-align: top;} \
.site-footer--nav {width: 60%; display: inline-block; vertical-align: top;} \