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 {
|
.footer-column-logo {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
||||||
|
@include media-breakpoint-down(md) {
|
||||||
|
padding-top: 1rem;
|
||||||
|
padding-bottom: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.footer-column-logo-content {
|
.footer-column-logo-content {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
|
@ -274,6 +279,10 @@ strong {
|
||||||
max-height: 40px;
|
max-height: 40px;
|
||||||
max-width: 175px;
|
max-width: 175px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-column {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue