mirror of
https://github.com/ivabus/www
synced 2024-11-10 12:15:15 +03:00
Responsive adjustments
This commit is contained in:
parent
58af3805a6
commit
631f94a8c7
|
@ -26,8 +26,13 @@
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
max-width: 1920px;
|
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) {
|
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||||
|
|
Loading…
Reference in a new issue