mirror of
https://github.com/status-im/status-site-legacy.git
synced 2025-01-13 17:15:00 +00:00
update footer
This commit is contained in:
parent
d93c3b39e5
commit
ada5949ea0
@ -861,7 +861,7 @@ li.social-link a {
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.container-wrap {
|
||||
margin-bottom: 600px; }
|
||||
margin-bottom: 0; }
|
||||
.slide__header {
|
||||
padding: 0 20px;
|
||||
margin: 0 auto;
|
||||
@ -2071,7 +2071,11 @@ input.email-form__input--email:disabled {
|
||||
justify-content: space-around; } }
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.footer {
|
||||
position: static;
|
||||
border-top: 0px; }
|
||||
.footer-inner {
|
||||
padding: 30px 0 0 0;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column; }
|
||||
.footer-table {
|
||||
|
@ -140,7 +140,13 @@
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
||||
.footer {
|
||||
position: static;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.footer-inner {
|
||||
padding: 30px 0 0 0;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
@ -81,7 +81,7 @@
|
||||
@media (max-width: 767px) {
|
||||
|
||||
.container-wrap {
|
||||
margin-bottom: 600px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user