From a80c27cf6b4fe180a43e995c274cf6d6879e87c4 Mon Sep 17 00:00:00 2001 From: emma Date: Wed, 21 Sep 2022 20:13:47 -0400 Subject: [PATCH] changed some margins for a better use of space --- assets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index f8d6353..56391dd 100644 --- a/assets/style.css +++ b/assets/style.css @@ -56,6 +56,7 @@ main { display: flex; justify-content: space-between; flex-wrap: wrap; + gap: 1em; margin: 0; padding: 1em; border-radius: 20px; @@ -64,13 +65,12 @@ main { } section { - margin: 1em; - flex-basis: 45%; + flex-basis: 49%; flex-grow: 1; } section.full { - margin: 1em; + margin: 0; flex-basis: 100%; text-align: justify; }