mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update top padding from 12 to 8
This commit is contained in:
@@ -141,7 +141,7 @@ const sortedPosts = getSortedPosts(posts);
|
||||
<style>
|
||||
/* ===== Hero Section ===== */
|
||||
#hero {
|
||||
@apply pt-12;
|
||||
@apply pt-8;
|
||||
}
|
||||
#hero h1 {
|
||||
@apply inline-block font-bold my-4 sm:my-8 text-3xl sm:text-5xl;
|
||||
|
||||
Reference in New Issue
Block a user