From e2744725c9776030b16ed4e45218386c57cd7df3 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Tue, 21 Jul 2026 13:26:18 +0100 Subject: [PATCH] mobile_fixes --- static/shared__.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/static/shared__.css b/static/shared__.css index f656a19..c2f9f1a 100644 --- a/static/shared__.css +++ b/static/shared__.css @@ -19,13 +19,25 @@ --brand-twitter: #1da1f2; --brand-gumroad: #ff90e8; --brand-jinxxy: #101010; + + width: 100%; } body { background-image: url("/bg.png"); margin: 40px auto; min-width: 0; - padding: 0 40px; + width: 100%; + + @media screen and (orientation: portrait) {} + + padding: 0 0px; + + @media screen and (orientation: landscape) { + + padding: 0 40px; + } + box-sizing: border-box; }