feat: Make header without radius so that menu and header don't have hole

This commit is contained in:
moanos [he/him] 2024-11-24 15:50:10 +01:00
parent 9f0a18ad91
commit 8945fdc0f4

View File

@ -337,6 +337,10 @@ select, .button {
transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header {
border-radius: 0;
}
.menu > li {
display: flex;
justify-content: center;