Centered footer on desktop

This commit is contained in:
Kasper Friis Christensen 2017-04-15 11:19:01 +02:00
parent 9a17c3220d
commit f45c7a3b73
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ footer {
background-color: white;
bottom: 0px;
padding: 5px;
left: 50%;
transform: translate(-50%);
}
@media (max-width: 767px) {