Remove unnecessary shadow in header

This commit is contained in:
Sat Naing
2022-09-19 23:21:48 +06:30
parent 2a464e8860
commit fa209f1d31
+1 -1
View File
@@ -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;