From 59d60f86d6471f7c63ee059fdcca889ad03018ba Mon Sep 17 00:00:00 2001 From: "leif.niem@gmail.com" Date: Sat, 26 Nov 2022 13:19:12 +0100 Subject: [PATCH] Reduce gap of social icons on mobile to prevent overflow on smll screens --- src/layouts/Layout.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c1ad9b1..ce52ebb 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -194,10 +194,10 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' margin: 0; padding: 1.5rem; width: 100%; - gap: 4rem; + gap: 2rem; li { height: 100%; - flex: 0 1 1.5rem; + flex: 0 1 1.25rem; img { height: 100%; }