Change padding on footer

This commit is contained in:
ohartl 2016-02-25 01:27:44 +01:00
parent 93f023d81a
commit b8486843a8

View file

@ -315,10 +315,9 @@ body {
#footer {
position: relative;
height: 20px;
width: 100%;
background-color: white;
padding: 20px;
padding: 15px 20px;
box-sizing: border-box;
color: grey;
}