From 80e414c55d37a30411dc703e9be164736a433aef Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 16 Nov 2023 22:54:20 +0000 Subject: [PATCH] Remove media element child html element html element scroll-padding-top is no longer required due to navigation bar on small displays being hidden when anchors are jumped to. --- main.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/main.css b/main.css index b4044c9..b7eff93 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS */ -/* Version: 11.1.1 */ +/* Version: 11.1.2-alpha.1 */ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ @@ -246,10 +246,6 @@ strong { /* Media */ @media (max-width: 600px) { - html { - scroll-padding-top: 75px; - } - body { padding-top: 80px; margin: 15px;