[#181] add some rudimentary code to open and close operations at the appropriate moments

This commit is contained in:
Robin Scholtes 2023-04-17 20:44:47 +12:00
parent 55695cb7f1
commit 7648c6dce4
8 changed files with 168 additions and 49 deletions

View file

@ -97,3 +97,9 @@ body {
display: inline-block;
}
}
@media only screen and ( min-width: 768px ){
.mobile-only {
display: none;
}
}