mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Remove unnecessary vertical padding for nav
This commit is contained in:
@@ -83,7 +83,7 @@ const { activeNav } = Astro.props;
|
|||||||
@apply fill-skin-base w-6 h-6 scale-125;
|
@apply fill-skin-base w-6 h-6 scale-125;
|
||||||
}
|
}
|
||||||
nav {
|
nav {
|
||||||
@apply w-full py-2 flex flex-col items-center sm:justify-end sm:flex-row sm:space-x-2 bg-skin-fill shadow sm:shadow-none;
|
@apply w-full py-2 sm:py-0 flex flex-col items-center sm:justify-end sm:flex-row sm:space-x-2 bg-skin-fill shadow sm:shadow-none;
|
||||||
}
|
}
|
||||||
nav ul {
|
nav ul {
|
||||||
@apply flex flex-col sm:flex-row sm:space-x-4;
|
@apply flex flex-col sm:flex-row sm:space-x-4;
|
||||||
|
|||||||
Reference in New Issue
Block a user