feat: Make header without radius so that menu and header don't have hole
This commit is contained in:
parent
9f0a18ad91
commit
8945fdc0f4
@ -337,6 +337,10 @@ select, .button {
|
|||||||
transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.menu > li {
|
.menu > li {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user