Centered footer on desktop
This commit is contained in:
parent
a92d6c62b8
commit
91c1837793
|
@ -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