From fbe405a4e69c1f282b8c229f71c460daece66bc2 Mon Sep 17 00:00:00 2001 From: elgorditosalsero Date: Tue, 30 Jul 2024 17:47:25 +0200 Subject: [PATCH] fix(styles): title size --- _sass/custom/layout.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _sass/custom/layout.scss diff --git a/_sass/custom/layout.scss b/_sass/custom/layout.scss new file mode 100644 index 00000000..04fa0b77 --- /dev/null +++ b/_sass/custom/layout.scss @@ -0,0 +1,5 @@ +@media (min-width: 31.25rem) { + .site-title { + font-size: 1.4rem !important; + } +}