commented out the mobile css changes

This commit is contained in:
Your Name 2021-02-10 12:47:30 +01:00
parent dc13630964
commit 05782f1a9b

View File

@ -227,34 +227,6 @@ p {
word-break: break-word; word-break: break-word;
} }
@media (max-width:770px) {
nav#menu li {
width: 50vw;
height: 24vw;
font-size: 2em;
margin: 1em 0.1em;
}
header#banner h1 {
font-size: 10vw;
}
body{
margin-left: 9.4vw;
}
}
@media (max-width:1024px) {
body {
margin-left: 13vw;
}
nav#menu li {
height: 14vw;
}
} */
/* @media (max-width:770px) { /* @media (max-width:770px) {
nav#menu li { nav#menu li {
width: 50vw; width: 50vw;
@ -281,4 +253,4 @@ p {
nav#menu li { nav#menu li {
height: 14vw; height: 14vw;
} }
} */ } */