From f69ed14e5d3a0750fc03c4cf3fb06f393aec03a1 Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Wed, 24 Jul 2024 12:41:47 -0600 Subject: [PATCH] fixed jump on mobile --- header.php | 14 ++------------ style.css | 17 ++++------------- 2 files changed, 6 insertions(+), 25 deletions(-) diff --git a/header.php b/header.php index a36d67a..4428c1c 100644 --- a/header.php +++ b/header.php @@ -23,18 +23,8 @@
- forum - - join - - - + forum + shop diff --git a/style.css b/style.css index 8c4a3ee..e2227ee 100644 --- a/style.css +++ b/style.css @@ -246,15 +246,6 @@ SECTIONS } } -/* @media not all and (min-resolution:.001dpcm) -{ - @supports (-webkit-appearance:none) and (stroke-color:transparent) { - .st-header-icon-bar__item { - transition: margin 300ms; - margin-left: calc((100% - (4 * 62px)) / (4 - 1)); - } - } -} */ .st-icon-bar-sticky .st-header-icon-bar__item { margin-left: .75em; @@ -612,11 +603,11 @@ SECTIONS transition: margin 300ms; } -.st-article-section-topper-scrolled { - margin-bottom: 125px; -} - @media (min-width: 760px) { + .st-article-section-topper-scrolled { + margin-bottom: 125px; + } + .st-article-section-grid { display: grid; grid-template-columns: repeat(4, 1fr);