mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +08:00
Remove unnecessary vertical margin of nav li on larger devices
This commit is contained in:
@@ -89,7 +89,7 @@ const { activeNav } = Astro.props;
|
|||||||
@apply flex flex-col sm:flex-row sm:space-x-4;
|
@apply flex flex-col sm:flex-row sm:space-x-4;
|
||||||
}
|
}
|
||||||
nav li {
|
nav li {
|
||||||
@apply py-2 text-center my-2;
|
@apply py-2 text-center my-2 sm:my-0;
|
||||||
}
|
}
|
||||||
nav a {
|
nav a {
|
||||||
@apply py-2 px-3 font-medium hover:text-skin-accent;
|
@apply py-2 px-3 font-medium hover:text-skin-accent;
|
||||||
|
|||||||
Reference in New Issue
Block a user