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