mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 09:17:33 +00:00
Revise navigation
This commit is contained in:
parent
e9a0de562a
commit
d7017cb145
@ -58,18 +58,17 @@ header {
|
|||||||
@apply mx-1;
|
@apply mx-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background-color: #085d93;
|
background-color: #085d93;
|
||||||
@apply py-4 px-4;
|
@apply py-4 px-4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
@apply hidden flex flex-col w-full;
|
@apply hidden flex flex-col w-full pl-0 my-0 h-12;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.nav li {
|
.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 {
|
@screen md {
|
||||||
.nav {
|
.nav {
|
||||||
|
Loading…
Reference in New Issue
Block a user