mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-14 20:53:17 +00:00
fix: hide overflow-x and remove margins
This commit is contained in:
parent
04832811bd
commit
d1619bf36c
|
@ -139,3 +139,16 @@
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 14vh;
|
top: 14vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container-fluid {
|
||||||
|
padding-left: 0 !important;
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section.bg-dark {
|
||||||
|
height: 70vh;
|
||||||
|
}
|
Loading…
Reference in a new issue