shelving mobile layout work for now

commented out media query for mobile layout
will revisit at a later time
This commit is contained in:
emma 2025-02-12 22:36:55 -05:00
parent 5ea0dd3e59
commit 1a747aa233

View File

@ -213,7 +213,7 @@ section {
}
}
@media only screen and (max-width: 600px) {
/* @media only screen and (max-width: 600px) {
.mobile-header {
display: flex;
height: 10vh;
@ -270,7 +270,7 @@ section {
height: auto;
margin: 0;
}
}
} */
a {
color: var(--link-color);