fix mobile footer display
This commit is contained in:
parent
6c98d8c7ad
commit
3481d719f5
1 changed files with 9 additions and 0 deletions
|
|
@ -259,6 +259,11 @@ strong {
|
|||
.footer-column-logo {
|
||||
align-self: center;
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
.footer-column-logo-content {
|
||||
text-align: center;
|
||||
|
||||
|
|
@ -274,6 +279,10 @@ strong {
|
|||
max-height: 40px;
|
||||
max-width: 175px;
|
||||
}
|
||||
|
||||
.footer-column {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue