mirror of
https://git.acl.cool/al/pages.git
synced 2025-12-15 12:01:17 -05:00
initial umbral2
This commit is contained in:
parent
66bd5fb677
commit
d3ddb3a741
8 changed files with 103 additions and 8 deletions
|
|
@ -196,7 +196,7 @@ body {
|
|||
|
||||
h1 {
|
||||
font-family: "Heading";
|
||||
line-height: normal;
|
||||
line-height: 1.2;
|
||||
font-optical-sizing: auto;
|
||||
}
|
||||
|
||||
|
|
@ -217,7 +217,7 @@ h6 {
|
|||
|
||||
h1 {
|
||||
margin-block: 0.67em;
|
||||
font-size: calc(2.3 * var(--base-font-size) * var(--head-mult));
|
||||
font-size: calc(2.8 * var(--base-font-size) * var(--head-mult));
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
|
|||
|
|
@ -59,8 +59,8 @@ body {
|
|||
|
||||
h1 {
|
||||
color: var(--darkest-color);
|
||||
margin-bottom: 0.05em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.5rem;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
h2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue