feat: slight heading style change

This commit is contained in:
Devin Haska 2024-03-01 23:47:09 -08:00
parent 568ece3e95
commit 01647bf930
2 changed files with 5 additions and 0 deletions

View file

@ -13,6 +13,10 @@
max-width: 300px; max-width: 300px;
} }
.catalogue h1 {
transform: none;
}
.catalogue-meta { .catalogue-meta {
text-align: center; text-align: center;
} }

View file

@ -34,6 +34,7 @@ h1 {
font-weight: var(--font-weight-display-extrabold); font-weight: var(--font-weight-display-extrabold);
letter-spacing: -0.05rem; letter-spacing: -0.05rem;
line-height: 3rem; line-height: 3rem;
transform: skew(0deg, -1deg);
} }
h2 { h2 {