update menu
This commit is contained in:
parent
fa461317bb
commit
28f425d26b
1 changed files with 10 additions and 3 deletions
|
@ -4,13 +4,20 @@
|
||||||
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