Show all footer on mobile

This commit is contained in:
Kasper Friis Christensen 2017-04-15 11:15:50 +02:00
parent 761804eda1
commit 9a17c3220d

View file

@ -114,6 +114,12 @@ footer {
padding: 5px;
}
@media (max-width: 767px) {
footer {
max-width: 100%;
}
}
.breadcrumb > li.no-before::before {
content: "";
}