mobile
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
20 additions
and
4 deletions
| ... | @@ -15355,7 +15355,7 @@ ol li ol { | ... | @@ -15355,7 +15355,7 @@ ol li ol { |
| 15355 | } | 15355 | } |
| 15356 | 15356 | ||
| 15357 | .wrapper.home-page { | 15357 | .wrapper.home-page { |
| 15358 | padding-top: 120px !important; | 15358 | padding-top: 100px !important; |
| 15359 | } | 15359 | } |
| 15360 | 15360 | ||
| 15361 | .home .wp-block-group.betsys { | 15361 | .home .wp-block-group.betsys { |
| ... | @@ -15497,7 +15497,7 @@ ol li ol { | ... | @@ -15497,7 +15497,7 @@ ol li ol { |
| 15497 | margin-top: -50px; | 15497 | margin-top: -50px; |
| 15498 | } | 15498 | } |
| 15499 | } | 15499 | } |
| 15500 | @media screen and (max-width: 480px) { | 15500 | @media screen and (max-width: 778px) { |
| 15501 | .wp-block-group.home-move-up { | 15501 | .wp-block-group.home-move-up { |
| 15502 | margin-top: 100px; | 15502 | margin-top: 100px; |
| 15503 | margin-bottom: 0px; | 15503 | margin-bottom: 0px; |
| ... | @@ -15569,6 +15569,13 @@ ol li ol { | ... | @@ -15569,6 +15569,13 @@ ol li ol { |
| 15569 | } | 15569 | } |
| 15570 | } | 15570 | } |
| 15571 | 15571 | ||
| 15572 | @media screen and (max-width: 1100px) { | ||
| 15573 | #main-menu { | ||
| 15574 | flex-direction: column; | ||
| 15575 | width: 100%; | ||
| 15576 | } | ||
| 15577 | } | ||
| 15578 | |||
| 15572 | #wrapper-navbar .navbar-brand { | 15579 | #wrapper-navbar .navbar-brand { |
| 15573 | position: absolute; | 15580 | position: absolute; |
| 15574 | top: -40px; | 15581 | 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){ | ... | @@ -381,7 +381,7 @@ ul:not(.navbar-nav):not(.menu){ |
| 381 | } | 381 | } |
| 382 | } | 382 | } |
| 383 | .wrapper.home-page{ | 383 | .wrapper.home-page{ |
| 384 | padding-top: 120px !important; | 384 | padding-top: 100px !important; |
| 385 | } | 385 | } |
| 386 | .home{ | 386 | .home{ |
| 387 | 387 | ||
| ... | @@ -507,7 +507,7 @@ ul:not(.navbar-nav):not(.menu){ | ... | @@ -507,7 +507,7 @@ ul:not(.navbar-nav):not(.menu){ |
| 507 | @media screen and (max-width: 1050px) { | 507 | @media screen and (max-width: 1050px) { |
| 508 | margin-top: -50px; | 508 | margin-top: -50px; |
| 509 | } | 509 | } |
| 510 | @media screen and (max-width: 480px) { | 510 | @media screen and (max-width: 778px) { |
| 511 | margin-top: 100px; | 511 | margin-top: 100px; |
| 512 | margin-bottom: 0px; | 512 | margin-bottom: 0px; |
| 513 | } | 513 | } | ... | ... |
| ... | @@ -38,6 +38,7 @@ | ... | @@ -38,6 +38,7 @@ |
| 38 | @media screen and (max-width: 1100px) { | 38 | @media screen and (max-width: 1100px) { |
| 39 | min-height: 82px; | 39 | min-height: 82px; |
| 40 | max-width: unset; | 40 | max-width: unset; |
| 41 | |||
| 41 | } | 42 | } |
| 42 | 43 | ||
| 43 | .container { | 44 | .container { |
| ... | @@ -48,6 +49,14 @@ | ... | @@ -48,6 +49,14 @@ |
| 48 | max-width: unset; | 49 | max-width: unset; |
| 49 | } | 50 | } |
| 50 | } | 51 | } |
| 52 | |||
| 53 | } | ||
| 54 | #main-menu{ | ||
| 55 | @media screen and (max-width: 1100px) { | ||
| 56 | flex-direction: column; | ||
| 57 | width: 100%; | ||
| 58 | |||
| 59 | } | ||
| 51 | } | 60 | } |
| 52 | 61 | ||
| 53 | #wrapper-navbar { | 62 | #wrapper-navbar { | ... | ... |
-
Please register or sign in to post a comment