From a56c431353e2ca51af295b145ae9bb6465211a1e Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 26 Oct 2022 09:20:27 -0400 Subject: [PATCH] Remove the border from the site header when it's pinned to the top --- static/styles/root.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/styles/root.css b/static/styles/root.css index 1072ea0..33daf14 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -292,7 +292,10 @@ header.site > .grid > nav:last-of-type { @media (max-width: 516px) { header.site > .platter { + border-left: none; border-radius: 0; + border-right: none; + border-top: none; } header.site > .grid { max-width: none;