From a534e2eb792bf395232ebdfa31ffd68739ff680b Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 28 Oct 2023 10:40:48 -0300 Subject: [PATCH] CSS tweaks and fixes --- src/css/_layout.scss | 6 +----- src/css/pages/SurahIndex.scss | 6 ------ 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/css/_layout.scss b/src/css/_layout.scss index 09234a4ca..9489a313c 100644 --- a/src/css/_layout.scss +++ b/src/css/_layout.scss @@ -26,17 +26,13 @@ body .root { body .root .content { margin: 0 auto; height: 100%; - width: 80%; + width: 90%; max-width: $max-width; .row.details { height: 30px; } - @media screen and (max-width: $max-width) { - width: 350px; - } - h1 { display: flex; align-items: center; diff --git a/src/css/pages/SurahIndex.scss b/src/css/pages/SurahIndex.scss index 1ca344d8c..4a5eb8890 100644 --- a/src/css/pages/SurahIndex.scss +++ b/src/css/pages/SurahIndex.scss @@ -4,12 +4,6 @@ body .root .content.theme { ul.body.index { - overflow: auto; - - li.surah { - width: 100%; - } - li.surah a { display: flex; justify-content: space-between;