diff --git a/assets/_custom.scss b/assets/_custom.scss index f58e8dd..fb90a2e 100644 --- a/assets/_custom.scss +++ b/assets/_custom.scss @@ -1,16 +1,23 @@ -.book-menu-content nav{ +.book-menu-content nav { display: flex; flex-direction: column; height: 99%; } -.book-menu-top { - margin-top: -2rem; +.book-brand { + margin: 0; } +.book-search { + margin: 0; +} + + .book-menu-mid { + margin-top: -1rem; flex-grow: 1; } + .info-container { background-color: var(--gray-100); position: relative;