fix: mobile friendly

This commit is contained in:
chance 2022-11-15 17:03:14 -06:00
parent f3c34356fc
commit a3f39a686c

View File

@ -245,7 +245,7 @@ body {
margin-bottom: 40px; margin-bottom: 40px;
} }
@media only screen and (max-width: 1200px) { @media only screen and (max-width: 900px) {
.navbar .hamburger { .navbar .hamburger {
display: grid; display: grid;
align-items: center; align-items: center;
@ -281,4 +281,17 @@ body {
label { label {
color: #000 !important; color: #000 !important;
} }
.content::after {
display: none;
}
.content .content__layer__text {
background: none;
-webkit-text-fill-color: #FFD800;
}
.content__layer__one {
display: none;
}
} }