From 8bae52314105d5d01cb28f87ef7461584de86b14 Mon Sep 17 00:00:00 2001 From: ccorsin Date: Fri, 13 Sep 2024 10:38:01 +0200 Subject: [PATCH] Edit font size --- src/component/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/layout.less b/src/component/layout.less index 2f088ab..1db8d59 100644 --- a/src/component/layout.less +++ b/src/component/layout.less @@ -73,7 +73,7 @@ ul { p.title { font-family: @Poppins; font-weight: 700; - font-size: 90px; + font-size: 70px; text-align: center; margin-bottom: unset; // bypass default margin @media only screen and (max-width: @sm) {