This commit is contained in:
parent
565b5acf42
commit
0a3f6b3904
3 changed files with 12 additions and 2 deletions
|
|
@ -32,7 +32,11 @@ h3 {
|
|||
font-stretch: var(--font-stretch-condensed);
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1rem;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
p {
|
||||
font-stretch: var(--font-stretch-expanded);
|
||||
font-weight: var(--font-weight-medium);
|
||||
|
|
|
|||
|
|
@ -125,6 +125,12 @@ h3 {
|
|||
line-height: 100%;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1rem;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
p {
|
||||
font-stretch: var(--font-stretch-expanded);
|
||||
font-weight: var(--font-weight-medium);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue