Show all footer on mobile
This commit is contained in:
parent
2642fd9134
commit
a92d6c62b8
|
@ -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