Update styles.css

This commit is contained in:
Extravi 2022-08-13 09:59:01 -04:00 committed by GitHub
parent 4ee8c41f00
commit d45dce301f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,11 +89,9 @@ html {
background-color: var(--main-bg);
font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
font-size: 16px;
overflow-x: hidden;
}
body {
overflow-x: hidden;
margin: 0;
}
@ -469,4 +467,4 @@ a:hover,
.next-page-button-wrapper {
margin-left: 40px;
}
}
}