19caef7d by Jeff Balicki

mobile

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent e023f7f7
......@@ -15355,7 +15355,7 @@ ol li ol {
}
.wrapper.home-page {
padding-top: 120px !important;
padding-top: 100px !important;
}
.home .wp-block-group.betsys {
......@@ -15497,7 +15497,7 @@ ol li ol {
margin-top: -50px;
}
}
@media screen and (max-width: 480px) {
@media screen and (max-width: 778px) {
.wp-block-group.home-move-up {
margin-top: 100px;
margin-bottom: 0px;
......@@ -15569,6 +15569,13 @@ ol li ol {
}
}
@media screen and (max-width: 1100px) {
#main-menu {
flex-direction: column;
width: 100%;
}
}
#wrapper-navbar .navbar-brand {
position: absolute;
top: -40px;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -381,7 +381,7 @@ ul:not(.navbar-nav):not(.menu){
}
}
.wrapper.home-page{
padding-top: 120px !important;
padding-top: 100px !important;
}
.home{
......@@ -507,7 +507,7 @@ ul:not(.navbar-nav):not(.menu){
@media screen and (max-width: 1050px) {
margin-top: -50px;
}
@media screen and (max-width: 480px) {
@media screen and (max-width: 778px) {
margin-top: 100px;
margin-bottom: 0px;
}
......
......@@ -38,6 +38,7 @@
@media screen and (max-width: 1100px) {
min-height: 82px;
max-width: unset;
}
.container {
......@@ -48,6 +49,14 @@
max-width: unset;
}
}
}
#main-menu{
@media screen and (max-width: 1100px) {
flex-direction: column;
width: 100%;
}
}
#wrapper-navbar {
......