remove default margin for texts

This commit is contained in:
SrGooglo 2024-09-15 16:19:37 +00:00
parent 362560440a
commit 31fe482c1c

View File

@ -40,6 +40,18 @@ p {
font-size: calc(1em * var(--fontScale)); font-size: calc(1em * var(--fontScale));
} }
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
margin: 0;
}
#nprogress { #nprogress {
position: absolute; position: absolute;
top: 0; top: 0;