mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 09:17:33 +00:00
Fix line height of navbar
This commit is contained in:
parent
07bb1710af
commit
69e1f526a7
@ -134,7 +134,7 @@ footer {
|
|||||||
}
|
}
|
||||||
.nav li a {
|
.nav li a {
|
||||||
@apply align-middle w-full table-cell;
|
@apply align-middle w-full table-cell;
|
||||||
line-height: 3rem;
|
line-height: 2rem;
|
||||||
}
|
}
|
||||||
#menushow:hover .nav {
|
#menushow:hover .nav {
|
||||||
@apply block w-screen;
|
@apply block w-screen;
|
||||||
|
Loading…
Reference in New Issue
Block a user