misc design progress, more variables, news and event lists, remove old date list, etc
This commit is contained in:
@ -66,9 +66,10 @@ p {
|
||||
}
|
||||
}
|
||||
|
||||
div.lead p {
|
||||
.lead,
|
||||
.lead p {
|
||||
font-size: var(--font-size-lead);
|
||||
max-width: var(--size-width-p);
|
||||
max-width: 34em;
|
||||
margin-bottom: var(--spacing-m);
|
||||
}
|
||||
|
||||
@ -114,7 +115,8 @@ h6 {
|
||||
|
||||
.breadcrumb {
|
||||
display: block;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
font-size: var(--font-size-xs);
|
||||
margin-bottom: var(--spacing-s);
|
||||
|
||||
a {
|
||||
|
@ -14,6 +14,7 @@
|
||||
--font-size-caption: .8rem;
|
||||
--font-size-body: 1rem;
|
||||
--font-size-lead: 1.4rem;
|
||||
--font-size-h3: 1.6rem;
|
||||
--font-size-h2: 1.8rem;
|
||||
--font-size-h1: 2.4rem;
|
||||
|
||||
@ -48,7 +49,7 @@
|
||||
--spacing-sitepadding-block: 2rem;
|
||||
--spacing-sitepadding-inline: 2rem;
|
||||
--spacing-gap-column: var(--spacing-sitepadding-block);
|
||||
--spacing-gap-row: calc(var(--spacing-gap-column)*-.25);
|
||||
--spacing-gap-row: calc(var(--spacing-gap-column)* 0.75);
|
||||
--spacing-xs: .5rem;
|
||||
--spacing-s: 1rem;
|
||||
--spacing-m: 2rem;
|
||||
|
Reference in New Issue
Block a user