commit 4f3750b286799ee3add38558a30032cd72729550 parent 5ad1f946cb9158947467910971d9b8f26aa9c715 Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Tue, 27 Feb 2024 08:15:51 +0100 fix: intro font size Diffstat:
M | assets/scss/base/_typography.scss | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/scss/base/_typography.scss b/assets/scss/base/_typography.scss @@ -44,7 +44,7 @@ p { margin: 0 0 $small-spacing; &.lead { - font-size: rem(18); + font-size: rem(17); font-weight: 300; } @media(min-width: 500px){