Adjusted footer margin and padding

This commit is contained in:
Manos Katsomallos 2020-07-21 22:22:47 +02:00
parent 89f01fc0c4
commit d7cec2f10b

View File

@ -302,11 +302,10 @@ body {
#footer { #footer {
background-color: black; background-color: black;
text-align: center; text-align: center;
padding: 0 1em 1em; padding: 1em;
} }
#footer .text { #footer .text {
margin-top: 2em;
font-size: .75em; font-size: .75em;
font-weight: normal; font-weight: normal;
text-align: center; text-align: center;