update menu
This commit is contained in:
parent
fa461317bb
commit
28f425d26b
1 changed files with 10 additions and 3 deletions
|
@ -1,16 +1,23 @@
|
||||||
.book-menu-content nav{
|
.book-menu-content nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 99%;
|
height: 99%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.book-menu-top {
|
.book-brand {
|
||||||
margin-top: -2rem;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
.book-search {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.book-menu-mid {
|
.book-menu-mid {
|
||||||
|
margin-top: -1rem;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.info-container {
|
.info-container {
|
||||||
background-color: var(--gray-100);
|
background-color: var(--gray-100);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue