This commit is contained in:
parent
4cdb92017b
commit
1c2c45e5ab
4 changed files with 14 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ p * {
|
|||
line-height: 1;
|
||||
}
|
||||
|
||||
h2 {
|
||||
h1 {
|
||||
font-size: var(--font-size-xl);
|
||||
}
|
||||
|
||||
|
|
@ -87,7 +87,7 @@ button,
|
|||
}
|
||||
.fs-l {
|
||||
font-size: var(--font-size-l) !important;
|
||||
line-height: var(--unit--vertical);
|
||||
line-height: calc(var(--unit--vertical) * 1.5);
|
||||
}
|
||||
.fs-xl {
|
||||
font-size: var(--font-size-xl) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue