From 3162e08db4833d5c536bf7b8d74ff9eb39c42c0a Mon Sep 17 00:00:00 2001 From: Ndahimana Bonheur Date: Fri, 28 Jun 2024 07:36:08 +0200 Subject: [PATCH] [Delivers #187584859] Setup sample sass styles --- src/styles/LandingPage.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/LandingPage.scss b/src/styles/LandingPage.scss index eee04b2d..e26b291c 100644 --- a/src/styles/LandingPage.scss +++ b/src/styles/LandingPage.scss @@ -7,6 +7,6 @@ $primary-color: #FF6D18; h1 { font-size: 2em; - margin-bottom: 10px; + margin-bottom: 10px; } }