mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:35:07 +03:00
Responsive adjustments
This commit is contained in:
parent
58af3805a6
commit
631f94a8c7
1 changed files with 6 additions and 1 deletions
|
@ -26,8 +26,13 @@
|
|||
|
||||
.container{
|
||||
max-width: 1920px;
|
||||
padding: 4.185vw 8.371vw 4.185vw 8.371vw;
|
||||
padding: 5vw 10vw 4.185vw 10vw !important;
|
||||
}
|
||||
|
||||
.hero-float{
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||
|
|
Loading…
Reference in a new issue