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

Fix line height of navbar

This commit is contained in:
Damillora 2019-11-10 02:12:06 +07:00
parent 07bb1710af
commit 69e1f526a7

View File

@ -134,7 +134,7 @@ footer {
}
.nav li a {
@apply align-middle w-full table-cell;
line-height: 3rem;
line-height: 2rem;
}
#menushow:hover .nav {
@apply block w-screen;