mirror of
https://github.com/ivabus/www
synced 2024-11-10 11:55:14 +03:00
Responsive adjustments at mobile breakpoint
This commit is contained in:
parent
4d06ee4942
commit
6eb070bb1e
|
@ -195,6 +195,10 @@
|
|||
padding: 0vw 8.929vw;
|
||||
}
|
||||
|
||||
.dev-count{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Icon Styling */
|
||||
|
||||
.btn-primary .icon-enter-arrow{
|
||||
|
|
|
@ -280,16 +280,21 @@ hr{
|
|||
background-position: top;
|
||||
background-repeat: repeat-y;
|
||||
background-size: cover;
|
||||
padding-bottom: 15vw;
|
||||
padding-top: 16vw;
|
||||
padding-bottom: 22vw;
|
||||
border: 1px solid #949494;
|
||||
}
|
||||
|
||||
.hero-container h1{
|
||||
margin-bottom: 4vw;
|
||||
}
|
||||
|
||||
.hero-float{
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
.hero-bottom{
|
||||
height:10vw;
|
||||
height:4vw;
|
||||
}
|
||||
|
||||
.package-before-section{
|
||||
|
|
Loading…
Reference in a new issue