diff options
Diffstat (limited to 'web/style/nodecard.css')
-rw-r--r-- | web/style/nodecard.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/style/nodecard.css b/web/style/nodecard.css index 2753083..7554649 100644 --- a/web/style/nodecard.css +++ b/web/style/nodecard.css @@ -112,3 +112,12 @@ bottom: 0px; left: 0px; } + +@media (max-width: 750px) { + nav .library { + display: none; + } + .children { + justify-content: center; + } +}
\ No newline at end of file |