From 864253c4b734b8137ad4fffe95cf86b5dccb1434 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 30 Oct 2023 02:54:20 -0300 Subject: [PATCH] Add space between h1 and the content below it --- src/css/_layout.scss | 2 +- src/css/pages/SurahIndex.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/_layout.scss b/src/css/_layout.scss index 245abe3..010eb80 100644 --- a/src/css/_layout.scss +++ b/src/css/_layout.scss @@ -37,7 +37,7 @@ body .root .content.theme { font-size: xx-large; margin: 0; line-height: 1.5; - + min-height: 75px; a { text-decoration: none; } diff --git a/src/css/pages/SurahIndex.scss b/src/css/pages/SurahIndex.scss index cf1b861..d5b347d 100644 --- a/src/css/pages/SurahIndex.scss +++ b/src/css/pages/SurahIndex.scss @@ -5,7 +5,7 @@ body .root .content.theme { header { - height: 95px; + height: 115px; } ul.body.index {