Show all footer on mobile

This commit is contained in:
Kasper Friis Christensen 2017-04-15 11:15:50 +02:00
parent 2642fd9134
commit a92d6c62b8

View file

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