Remove unnecessary statement

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-12 00:32:31 -05:00
parent a5546f2b41
commit 1a9a8e3c3c

View file

@ -47,10 +47,6 @@ svg {
overflow: visible;
}
span {
display: contents;
}
/* TEXT */
h1, h1 a {
color: var(--quacs-yellow);
@ -64,7 +60,7 @@ h1, h1 a {
font-size: 2.25rem;
}
h2{
h2 {
font-size: 1.4rem;
margin-top: 1vmin;
margin-bottom: 0;