From eeeadc6cdaf633c541250d25053aba2fad287672 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Fri, 15 Dec 2023 11:40:39 +0200 Subject: [PATCH] fix: format code --- src/components/General/QuickStartBar/QuickStartBar.module.css | 2 +- src/pages/LandingPage/LandingPage.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/General/QuickStartBar/QuickStartBar.module.css b/src/components/General/QuickStartBar/QuickStartBar.module.css index 845d506d..644b6b89 100644 --- a/src/components/General/QuickStartBar/QuickStartBar.module.css +++ b/src/components/General/QuickStartBar/QuickStartBar.module.css @@ -37,4 +37,4 @@ .quick-start-bar ul li { font-size: 11px; } -} \ No newline at end of file +} diff --git a/src/pages/LandingPage/LandingPage.module.css b/src/pages/LandingPage/LandingPage.module.css index c870d289..715a8e24 100644 --- a/src/pages/LandingPage/LandingPage.module.css +++ b/src/pages/LandingPage/LandingPage.module.css @@ -10,4 +10,4 @@ .landing-texts { margin-top: 20vh; } -} \ No newline at end of file +}