Responsive adjustments at mobile breakpoint

This commit is contained in:
Thomas Smith 2022-09-28 17:19:45 -04:00
parent 4d06ee4942
commit 6eb070bb1e
2 changed files with 11 additions and 2 deletions

View file

@ -195,6 +195,10 @@
padding: 0vw 8.929vw; padding: 0vw 8.929vw;
} }
.dev-count{
display: none;
}
/* Icon Styling */ /* Icon Styling */
.btn-primary .icon-enter-arrow{ .btn-primary .icon-enter-arrow{

View file

@ -280,16 +280,21 @@ hr{
background-position: top; background-position: top;
background-repeat: repeat-y; background-repeat: repeat-y;
background-size: cover; background-size: cover;
padding-bottom: 15vw; padding-top: 16vw;
padding-bottom: 22vw;
border: 1px solid #949494; border: 1px solid #949494;
} }
.hero-container h1{
margin-bottom: 4vw;
}
.hero-float{ .hero-float{
float: none !important; float: none !important;
} }
.hero-bottom{ .hero-bottom{
height:10vw; height:4vw;
} }
.package-before-section{ .package-before-section{