feat: slight heading style change
This commit is contained in:
parent
568ece3e95
commit
01647bf930
2 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
max-width: 300px;
|
||||
}
|
||||
|
||||
.catalogue h1 {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.catalogue-meta {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -34,6 +34,7 @@ h1 {
|
|||
font-weight: var(--font-weight-display-extrabold);
|
||||
letter-spacing: -0.05rem;
|
||||
line-height: 3rem;
|
||||
transform: skew(0deg, -1deg);
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue