fix: Remove horizontal scroll in windows (#760)

This commit is contained in:
Stanislav
2023-04-20 15:55:05 +03:00
committed by GitHub
parent b42c09d919
commit cba5395d5c

View File

@@ -518,13 +518,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 {