From 820b0a4eb54096485ee18a6531388f0a13ac74dd Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 25 Oct 2023 04:25:42 -0300 Subject: [PATCH] Tweak h1 --- src/css/_layout.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/css/_layout.scss b/src/css/_layout.scss index 9b6a0d780..35dcb34eb 100644 --- a/src/css/_layout.scss +++ b/src/css/_layout.scss @@ -38,6 +38,7 @@ body .root .content { flex-direction: column; font-size: xx-large; margin: 0; + line-height: 1.5; a { text-decoration: none; @@ -81,6 +82,12 @@ body .root .content { } } +body .root .content.en { + h1 { + font-size: x-large; + } +} + body .root .content.ar { .row.details { height: 35px;