Browse Source

commented out the mobile css changes

master
Your Name 3 years ago
parent
commit
05782f1a9b
  1. 30
      themes/default/static/css/main.css

30
themes/default/static/css/main.css

@ -227,34 +227,6 @@ p {
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) {
nav#menu li {
width: 50vw;
@ -281,4 +253,4 @@ p {
nav#menu li {
height: 14vw;
}
} */
} */

Loading…
Cancel
Save