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;