mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Add vertical padding for logo
This commit is contained in:
@@ -74,7 +74,7 @@ const { activeNav } = Astro.props;
|
|||||||
@apply w-full p-4 sm:py-8 flex justify-between items-center;
|
@apply w-full p-4 sm:py-8 flex justify-between items-center;
|
||||||
}
|
}
|
||||||
.logo {
|
.logo {
|
||||||
@apply font-semibold text-xl sm:text-2xl;
|
@apply font-semibold text-xl sm:text-2xl py-1;
|
||||||
}
|
}
|
||||||
.hamburger-menu {
|
.hamburger-menu {
|
||||||
@apply p-2 sm:hidden;
|
@apply p-2 sm:hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user