From 366706b4df336c904d348bacc97ae9b649b49169 Mon Sep 17 00:00:00 2001 From: Umar Getagazov Date: Wed, 17 May 2023 12:40:26 +0300 Subject: Fix brand link width and focus ring size This overrides a fixed length of 10rem in _nav.scss of the theme --- assets/sass/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index 2e4dfa0..e6b8ae0 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -23,6 +23,12 @@ } } +@media screen and (min-width: 992px) { + .nav { + grid-template-columns: min-content 1fr; + } +} + a { text-decoration: underline; -- cgit v1.3