fix: hide overflow-x and remove margins

pull/102/head
nevfy 2024-01-24 13:46:17 +04:00
parent 04832811bd
commit d1619bf36c
1 changed files with 13 additions and 0 deletions

View File

@ -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;
}