From 71f9f0fe80efed3ed40a05aeed292de8f8afa4de Mon Sep 17 00:00:00 2001 From: KittenTM Date: Tue, 17 Mar 2026 04:41:10 +0100 Subject: [PATCH] fix up area inked + scrolling issues --- equipment/styles.css | 6 +++--- style.css | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/equipment/styles.css b/equipment/styles.css index c3f97af..7dc06bc 100644 --- a/equipment/styles.css +++ b/equipment/styles.css @@ -315,15 +315,15 @@ body { justify-content: center; align-items: center; width: 1044px; - margin: 20px auto 0 auto; + margin: 75px auto 0 auto; position: relative; z-index: 10; clear: both; } .area-inked-title { - width: 250px; + width: 300px; height: auto; display: block; - margin-right: 200px; + margin-right: 220px; } \ No newline at end of file diff --git a/style.css b/style.css index ec00765..eaef83f 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,16 @@ body { margin-left: -5px; } +html { + overflow-x: hidden; +} + +body { + margin: 0; + overflow-x: hidden; /* see i care about mobile users */ + min-height: 100vh; +} + @font-face { font-family: 'Splatoon1'; src: url('Splatoon1.otf') format('opentype');