mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 02:17:32 +00:00
Revise navigation
This commit is contained in:
parent
e9a0de562a
commit
d7017cb145
@ -58,18 +58,17 @@ header {
|
||||
@apply mx-1;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
background-color: #085d93;
|
||||
@apply py-4 px-4;
|
||||
}
|
||||
|
||||
.nav {
|
||||
@apply hidden flex flex-col w-full;
|
||||
@apply hidden flex flex-col w-full pl-0 my-0 h-12;
|
||||
display: none;
|
||||
}
|
||||
.nav li {
|
||||
@apply flex flex-row justify-start items-center h-12 my-0 py-2 text-white text-sm px-2;
|
||||
@apply flex flex-row justify-start items-center h-full my-0 py-2 text-white text-sm px-2;
|
||||
}
|
||||
@screen md {
|
||||
.nav {
|
||||
|
Loading…
Reference in New Issue
Block a user