mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-21 16:49:23 +01:00
web/SectionHeading: fix line height of beta tag
This commit is contained in:
parent
a6b940e6c9
commit
7ba56f85be
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 2;
|
line-height: 1.9;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue