From d1619bf36ccfebe9ef12eb47cd1ceb23a5d116ee Mon Sep 17 00:00:00 2001 From: nevfy Date: Wed, 24 Jan 2024 13:46:17 +0400 Subject: [PATCH] fix: hide overflow-x and remove margins --- assets/scss/_styles_project.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 7b01b54..271affa 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -138,4 +138,17 @@ .sp-advantages-header { position: sticky; top: 14vh; +} + +body { + overflow-x: hidden; +} + +.container-fluid { + padding-left: 0 !important; + padding-right: 0 !important; +} + +.section.bg-dark { + height: 70vh; } \ No newline at end of file