From fe287b89b75b2ced23aa0ece405c12574acd13ce Mon Sep 17 00:00:00 2001 From: Never Gude Date: Fri, 13 Feb 2026 19:31:35 +0100 Subject: [PATCH] Fix mobile --- public_html/eh/eh/eh/eh-eh/styles/style.css | 2 +- styles/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/eh/eh/eh/eh-eh/styles/style.css b/public_html/eh/eh/eh/eh-eh/styles/style.css index 858bc03..4eda46e 100644 --- a/public_html/eh/eh/eh/eh-eh/styles/style.css +++ b/public_html/eh/eh/eh/eh-eh/styles/style.css @@ -148,7 +148,7 @@ body { } @media (max-width: 600px) { - body { + #page { font-size: 0.9em; padding: 12pt; } diff --git a/styles/style.css b/styles/style.css index 858bc03..4eda46e 100644 --- a/styles/style.css +++ b/styles/style.css @@ -148,7 +148,7 @@ body { } @media (max-width: 600px) { - body { + #page { font-size: 0.9em; padding: 12pt; }