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