feat: simplification taille

This commit is contained in:
Kazhnuz 2024-09-22 18:33:17 +02:00
parent 821251447f
commit 8ff3ea2933

View file

@ -4,8 +4,7 @@
} }
// Change these two variables for styling // Change these two variables for styling
$baseheight: 18px; $baseline: 1.6;
$baseline: 1.75;
// Don't change this one, it's just to // Don't change this one, it's just to
// make code more readable // make code more readable
@ -20,14 +19,14 @@ $lineheight: $baseline * 1rem;
html { html {
font-family: var(--font-family); font-family: var(--font-family);
text-align: left; text-align: left;
font-size: $baseheight; font-size: 17px;
} }
body { body {
line-height: $lineheight; line-height: $lineheight;
color: #444; color: #444;
font-weight: 400; font-weight: 400;
max-width:900px; max-width: 800px;
padding:1rem; padding:1rem;
margin: auto; margin: auto;
} }
@ -98,7 +97,6 @@ sub {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
text-align: left; text-align: left;
font-size: $baseheight;
line-height: 1; line-height: 1;
padding:0; padding:0;
margin:0; margin:0;