apotheke/assets/_custom.scss

21 lines
286 B
SCSS
Raw Normal View History

2024-08-15 23:47:38 +00:00
/* You can add custom styles here. */
// @import "plugins/numbered";
2024-11-10 21:22:13 +00:00
.book-menu-content nav {
display: flex;
flex-direction: column;
height: 99%;
}
.book-brand {
margin: 0;
}
.book-search {
margin: 0;
}
.book-menu-mid {
margin-top: -1rem;
flex-grow: 1;
}