From 2b5db0d6be984fa7e607e06744858353752df47d Mon Sep 17 00:00:00 2001 From: rramiachraf <51409801+rramiachraf@users.noreply.github.com> Date: Wed, 22 Feb 2023 21:54:08 +0100 Subject: [PATCH] fix: add `flex-basis` to the rest of sections --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 75ff347..fc760fb 100644 --- a/static/style.css +++ b/static/style.css @@ -94,6 +94,7 @@ a { display: flex; flex-direction: column; gap: 0.5rem; + flex-basis: 0; } #metadata h1 { @@ -146,6 +147,7 @@ a { display: flex; flex-direction: column; gap: 2rem; + flex-basis: 0; } #about {