tweat font size for paragraphs

This commit is contained in:
distorsion 2025-01-24 23:25:46 +01:00
parent 07c22b9515
commit 5cb97a8288
2 changed files with 2 additions and 4 deletions

View file

@ -4,7 +4,6 @@
text-align: justify; text-align: justify;
p { p {
@include size(h3);
margin-top: $vertical-rhythm; margin-top: $vertical-rhythm;
} }
@ -27,4 +26,3 @@
} }
} }
} }

View file

@ -11,14 +11,14 @@ $font-scale-large: (
h1: 2.961rem, h1: 2.961rem,
h2: 2.221rem, h2: 2.221rem,
h3: 1.666rem, h3: 1.666rem,
p: 1.25rem p: 1.3rem
); );
$font-scale-medium: ( $font-scale-medium: (
h1: 2.441rem, h1: 2.441rem,
h2: 1.953em, h2: 1.953em,
h3: 1.563rem, h3: 1.563rem,
p: 1.25rem, p: 1.3rem,
); );
$font-scale-small: ( $font-scale-small: (