Remove unnecessary statement

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-12 00:32:31 -05:00 committed by powe97
parent 3725214041
commit e9cf595b5a
1 changed files with 1 additions and 5 deletions

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;