1
0
Fork 0
forked from mirrors/hugo-tufte

Sidenotes, fonts, sizing, dimensions.

This commit is contained in:
Phil Bajsicki 2024-09-28 00:42:29 +02:00
commit 97e72f111a
4 changed files with 47 additions and 22 deletions
assets/scss/components

View file

@ -2,3 +2,7 @@
padding-top: 1rem;
padding-bottom: 1rem;
}
.brand > h1 {
font-size: 2.5em;
}

View file

@ -8,7 +8,7 @@
padding: 0;
max-width: 45rem;
/* Width is the same as tufte.css body */
font-size: 1.2rem;
font-size: 2rem;
width: 87.5%;
}