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