Remove letter spacing from front page header

This commit is contained in:
Alex Cabal 2020-12-22 22:19:14 -06:00
parent 0e7100cfe8
commit d23ac75588

View file

@ -473,6 +473,7 @@ main.front-page > section > h2{
border-bottom: 3px double var(--sub-text);
padding: 2rem 4rem;
hyphens: none;
letter-spacing: 0;
}
main.front-page > section > h2::before{