From 6582d2560f72a7a4b276fe8293846a95b2f1597b Mon Sep 17 00:00:00 2001 From: ashley Date: Sun, 14 Sep 2025 23:19:16 +0200 Subject: [PATCH] fix stuff + add stuff --- css/mobile.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/css/mobile.css b/css/mobile.css index b18a560a..798b4137 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -1,3 +1,4 @@ + body { max-width:100%; overflow-x:hidden; @@ -385,7 +386,9 @@ body { --div-border-color:#7c44a0; --div-prim-bg:#1c1c1c; --div-second-bg:#1a1a1a; - --div-transparent-bg:#0009 + --div-transparent-bg:#0009; + --margin-top-desc: -22.9em; + } @font-face { font-family:"Ginto Nord"; @@ -510,7 +513,7 @@ body { } #desc-container { position:absolute; - margin-top:-20.9em; + margin-top:var(--margin-top-desc); left:0; width:100%; height:100% @@ -617,7 +620,7 @@ body { } #comments-container { position:absolute; - margin-top:-20.9em; + margin-top:var(--margin-top-desc); left:0; width:100%; height:100%