From 0103af0ccba8c2cc09e3f0b72756f00554b67ce2 Mon Sep 17 00:00:00 2001 From: Nate Contino Date: Mon, 9 Dec 2024 12:28:19 +0000 Subject: [PATCH] Hide on-this-page until a slightly larger screen size for better Safari compatibility --- jekyll-assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll-assets/css/style.css b/jekyll-assets/css/style.css index eaeb7a84c..102b5dfb1 100644 --- a/jekyll-assets/css/style.css +++ b/jekyll-assets/css/style.css @@ -1648,7 +1648,7 @@ div.subtitle.error-message p a { width: 100%; } -@media screen and (max-width: 1390px) { +@media screen and (max-width: 1460px) { /* hide on this page if screen is too small to fit it */ #on-this-page { display: none;