Make Nav disappear on mobile

merge-requests/12/head
William Tran 2 years ago
parent d7257c7223
commit c9a8cc09b2
  1. 8
      components/OrganizedContent.module.css

@ -90,4 +90,10 @@
.footerSection {
cursor: pointer;
display: flex;
}
}
@media only screen and (max-width: calc(768rem / 16)) {
.nav {
display: none;
}
}

Loading…
Cancel
Save