From c4618742c68010d126f44473c5bbaa14e515660f Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Fri, 4 Oct 2024 13:36:58 +0200 Subject: [PATCH] fixed mnu-bottom visual bug --- assets/_custom.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/_custom.scss b/assets/_custom.scss index 6fea72d..559a68f 100644 --- a/assets/_custom.scss +++ b/assets/_custom.scss @@ -1,3 +1,12 @@ +.book-page { + margin-top: 2rem; +} + +.book-menu-bot { + bottom: 0; + position: relative; +} + .info-container { display: flex; justify-content: space-between;