« get me outta code hell

fix padding from info card at bottom of page - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-04-06 14:13:43 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-04-06 14:13:43 -0300
commit8ef62b0895af96fd67b66fc021e0f46ac817af3f (patch)
treecba8d27ab574dfffaa8fb2bab27cf13419d0b16b
parentc56395dbdc03a284e5daa7d39df8e374ada66017 (diff)
fix padding from info card at bottom of page
-rw-r--r--static/site.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/site.css b/static/site.css
index 7b1780e..241d161 100644
--- a/static/site.css
+++ b/static/site.css
@@ -764,7 +764,7 @@ li > ul {
     100% {
         opacity: 0;
         margin-top: 5px;
-        display: none;
+        display: none !important;
     }
 }