mirror of
https://github.com/quatalog/site.git
synced 2024-11-25 00:03:03 +00:00
Remove unnecessary statement
This commit is contained in:
parent
3725214041
commit
e9cf595b5a
|
@ -47,10 +47,6 @@ svg {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
|
||||||
display: contents;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TEXT */
|
/* TEXT */
|
||||||
h1, h1 a {
|
h1, h1 a {
|
||||||
color: var(--quacs-yellow);
|
color: var(--quacs-yellow);
|
||||||
|
@ -64,7 +60,7 @@ h1, h1 a {
|
||||||
font-size: 2.25rem;
|
font-size: 2.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2{
|
h2 {
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
margin-top: 1vmin;
|
margin-top: 1vmin;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue