fix: Remove horizontal scroll in windows (#759)

This commit is contained in:
Stanislav
2023-03-02 13:15:55 +02:00
committed by GitHub
parent ce6cc34bde
commit b676a058b1

View File

@@ -520,13 +520,6 @@ select.form-control {
}
}
@media screen and (min-width: 960px) {
html {
margin-right: calc(100% - 100vw);
margin-left: 0;
}
}
// Smaller than Extra Small (Mobile Screens)
@media (max-width: 464px) {
.btn-social {