Mobile Organized Content #79

Merged
w25tran merged 53 commits from feat/organized-content into main 2021-08-27 15:18:56 -04:00
1 changed files with 7 additions and 1 deletions
Showing only changes of commit c9a8cc09b2 - Show all commits

View File

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