mirror of
https://github.com/ivabus/www
synced 2025-06-08 13:30:26 +03:00
Fixed footer grid
This commit is contained in:
parent
6f5b70ae48
commit
875565fd50
2 changed files with 2 additions and 5 deletions
|
@ -364,7 +364,7 @@
|
|||
}
|
||||
|
||||
.footer-content{
|
||||
padding-right: 5.580vw;
|
||||
padding-right: 2.3vw;
|
||||
}
|
||||
|
||||
.email-btn{
|
||||
|
@ -391,6 +391,7 @@
|
|||
|
||||
.footer-grid{
|
||||
width:100%;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -449,10 +449,6 @@ mark{
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.footer-grid{
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) {
|
||||
|
|
Loading…
Reference in a new issue