mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 00:53:13 +08:00
style: increase line height
This commit is contained in:
@@ -97,17 +97,7 @@ const count = soundCount();
|
|||||||
font-family: var(--font-display);
|
font-family: var(--font-display);
|
||||||
font-size: var(--font-xlg);
|
font-size: var(--font-xlg);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1;
|
line-height: 1.1;
|
||||||
|
|
||||||
/* & .gradient {
|
|
||||||
background: linear-gradient(
|
|
||||||
135deg,
|
|
||||||
var(--color-foreground),
|
|
||||||
var(--color-foreground-subtle)
|
|
||||||
);
|
|
||||||
background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
} */
|
|
||||||
|
|
||||||
& .line {
|
& .line {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user