From 001644a35ff2eead4fe59ccd40b4e14ade10b6f8 Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Wed, 12 Jun 2024 14:16:29 +0200 Subject: [PATCH] style: Improve spacing between experiment collection intro & score --- .../ExperimentCollection/ExperimentCollection.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/ExperimentCollection/ExperimentCollection.scss b/frontend/src/components/ExperimentCollection/ExperimentCollection.scss index 76fda645f..efd4894d5 100644 --- a/frontend/src/components/ExperimentCollection/ExperimentCollection.scss +++ b/frontend/src/components/ExperimentCollection/ExperimentCollection.scss @@ -5,6 +5,7 @@ justify-content: center; align-items: center; padding-bottom: 30px; + gap: 30px; position: relative; color: var(--white); @@ -19,11 +20,13 @@ } .intro { - padding: 30px 15px 40px; + padding: 30px 20px 0px; @media (min-width: 720px) { width: 50%; max-width: 650px; + padding: 0; + padding-top: 30px; } @media (min-width: 1024px) {