footer margin is now dynamic

This commit is contained in:
bopol 2021-01-04 12:48:51 +01:00
parent 06efd9da3c
commit d05b49ec5c

View File

@ -463,7 +463,7 @@ input[type="submit"]:hover,
}
footer {
padding: 30px 0px 30px 20px;
margin: 60px 0px 0px;
margin: 2.5% 0px 0px;
background: #e1e1e1;
float: left;
width: calc(100% - 20px);