From d4eeec5c352481ec2354a98f613228e8dc93d3dc Mon Sep 17 00:00:00 2001 From: Mike Conrad Date: Sat, 27 Jul 2024 09:20:30 -0400 Subject: [PATCH] Fix style for mobile nav --- wp-content/themes/bjork/assets/chunk.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/bjork/assets/chunk.css b/wp-content/themes/bjork/assets/chunk.css index 5d6b414..4f462d0 100644 --- a/wp-content/themes/bjork/assets/chunk.css +++ b/wp-content/themes/bjork/assets/chunk.css @@ -557,4 +557,13 @@ html :where([style*=border-width]) { width: 1px; word-wrap: normal !important; } - \ No newline at end of file + .wp-container-core-group-is-layout-1 { + flex-wrap: nowrap; + gap: 2em; + justify-content: space-between; + } + @media screen and (max-width: 475px) { + img.wp-image-44 { + max-width: 75px; + } + } \ No newline at end of file