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 {
|
||||
|
Reference in New Issue
Block a user