From 6d1b1f6dee1301d85487cdc57eb49f72880f19e4 Mon Sep 17 00:00:00 2001
From: Aliaksandr BUDZKO <abudzko@takima.fr>
Date: Wed, 7 Jul 2021 17:18:50 +0200
Subject: [PATCH] fix: bottom section spacing

---
 src/js/sections/BottomSection/BottomSection.module.scss | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/js/sections/BottomSection/BottomSection.module.scss b/src/js/sections/BottomSection/BottomSection.module.scss
index 4380dc3..8e6b347 100644
--- a/src/js/sections/BottomSection/BottomSection.module.scss
+++ b/src/js/sections/BottomSection/BottomSection.module.scss
@@ -232,6 +232,12 @@
   }
 }
 
+@media (max-width: 414px) {
+  .BottomSection {
+    min-height: 70vh;
+  }
+}
+
 @media (max-width: 375px) {
   .BottomSection {
     min-height: 70vh;
-- 
GitLab