From 9037ae2aa184680749fc9c3c0082eac8e0b24d4d Mon Sep 17 00:00:00 2001 From: Sarah German Date: Mon, 22 Jan 2024 17:06:03 -0600 Subject: Style fixes for accordion headers --- content/assets/stylesheets/_landing.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/content/assets/stylesheets/_landing.scss b/content/assets/stylesheets/_landing.scss index a575ae18..4f2ed1e8 100644 --- a/content/assets/stylesheets/_landing.scss +++ b/content/assets/stylesheets/_landing.scss @@ -43,11 +43,7 @@ margin-bottom: 0.55rem; .gl-button-text { position: relative; - left: -2.5rem; - } - .gl-button-text::before { - width: 60px; - margin-right: -1rem; + left: -1.5rem; } .collapse { @@ -64,7 +60,8 @@ justify-content: left; width: 100%; &:hover, - &:active { + &:active, + &:focus { text-decoration: none !important; } .gl-button-text { -- cgit v1.2.3