Centered footer on desktop

This commit is contained in:
Kasper Friis Christensen 2017-04-15 11:19:01 +02:00
parent a92d6c62b8
commit 91c1837793

View file

@ -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) {