update css variables
This commit is contained in:
@ -57,18 +57,18 @@ a {
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: var(--font-size-body);
|
font-size: var(--font-size-body);
|
||||||
max-width: 36em;
|
max-width: var(--size-width-p);
|
||||||
|
|
||||||
&.lead {
|
&.lead {
|
||||||
font-size: var(--font-size-lead);
|
font-size: var(--font-size-lead);
|
||||||
max-width: 36em;
|
max-width: var(--size-width-p);
|
||||||
margin-bottom: 2.5rem;
|
margin-bottom: 2.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.lead p {
|
div.lead p {
|
||||||
font-size: var(--font-size-lead);
|
font-size: var(--font-size-lead);
|
||||||
max-width: 36em;
|
max-width: var(--size-width-p);
|
||||||
margin-bottom: 2.5rem;
|
margin-bottom: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user