1
0
mirror of https://github.com/Damillora/Yuika synced 2024-09-28 19:52:50 +00:00

Revise navigation

This commit is contained in:
Damillora 2019-11-09 19:52:19 +07:00
parent e9a0de562a
commit d7017cb145

View File

@ -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 {