Centered footer on desktop
This commit is contained in:
parent
9a17c3220d
commit
f45c7a3b73
|
@ -112,6 +112,8 @@ footer {
|
|||
background-color: white;
|
||||
bottom: 0px;
|
||||
padding: 5px;
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
|
Loading…
Reference in a new issue