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.
This commit is contained in:
inference 2023-11-16 22:54:20 +00:00
parent e4ed64278c
commit 80e414c55d
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -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;