Show all footer on mobile
This commit is contained in:
parent
761804eda1
commit
9a17c3220d
|
@ -114,6 +114,12 @@ footer {
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
footer {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumb > li.no-before::before {
|
||||
content: "";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue