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