mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-12-01 13:09:26 +01:00
footer margin is now dynamic
This commit is contained in:
parent
06efd9da3c
commit
d05b49ec5c
@ -463,7 +463,7 @@ input[type="submit"]:hover,
|
|||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
padding: 30px 0px 30px 20px;
|
padding: 30px 0px 30px 20px;
|
||||||
margin: 60px 0px 0px;
|
margin: 2.5% 0px 0px;
|
||||||
background: #e1e1e1;
|
background: #e1e1e1;
|
||||||
float: left;
|
float: left;
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
|
Loading…
Reference in New Issue
Block a user