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