aboutsummaryrefslogtreecommitdiff
path: root/website/assets
diff options
context:
space:
mode:
Diffstat (limited to 'website/assets')
-rw-r--r--website/assets/css/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/website/assets/css/style.css b/website/assets/css/style.css
index a76b29d..d3f4f5a 100644
--- a/website/assets/css/style.css
+++ b/website/assets/css/style.css
@@ -59,11 +59,13 @@ ul .fa {
59} 59}
60 60
61.overbox { 61.overbox {
62 display: none; 62 /*display: none;*/
63 margin-left: -100%;
63} 64}
64 65
65.overbox:target { 66.overbox:target {
66 display: block; 67 /*display: block;*/
68 margin-left: 0;
67} 69}
68 70
69#play > * { 71#play > * {