web/SectionHeading: fix line height of beta tag
Some checks failed
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled

This commit is contained in:
wukko 2024-09-18 21:42:09 +06:00
parent a6b940e6c9
commit 7ba56f85be
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -79,7 +79,7 @@
color: var(--primary);
font-size: 11px;
font-weight: 500;
line-height: 2;
line-height: 1.9;
text-transform: uppercase;
}