aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/style/navbar.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/style/navbar.css b/web/style/navbar.css
index 3ccd838..308b39a 100644
--- a/web/style/navbar.css
+++ b/web/style/navbar.css
@@ -86,4 +86,17 @@ nav .back::before {
*::before {
margin-right: 0px;
}
+}
+@media (max-width: 750px) {
+ nav h1 {
+ display: none;
+ }
+ nav .account span {
+ display: none;
+ }
+}
+@media (max-width: 400px) {
+ nav .library {
+ display: none;
+ }
} \ No newline at end of file