Change padding on footer
This commit is contained in:
parent
93f023d81a
commit
b8486843a8
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue