Update top padding from 12 to 8

This commit is contained in:
Sat Naing
2022-09-17 00:36:56 +06:30
parent 9478fba457
commit 8ca109f5c9
+1 -1
View File
@@ -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;