style: format files with prettier

This commit is contained in:
satnaing
2023-06-21 11:48:07 +06:30
parent ebb383effd
commit e017dcf9a5
7 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -123,7 +123,7 @@ const socialCount = SOCIALS.filter(social => social.active).length;
<style>
/* ===== Hero Section ===== */
#hero {
@apply pt-8 pb-6;
@apply pb-6 pt-8;
}
#hero h1 {
@apply my-4 inline-block text-3xl font-bold sm:my-8 sm:text-5xl;
@@ -141,13 +141,13 @@ const socialCount = SOCIALS.filter(social => social.active).length;
@apply mt-4 flex flex-col sm:flex-row sm:items-center;
}
.social-links {
@apply mr-2 mb-1 whitespace-nowrap sm:mb-0;
@apply mb-1 mr-2 whitespace-nowrap sm:mb-0;
}
/* ===== Featured & Recent Posts Sections ===== */
#featured,
#recent-posts {
@apply pt-12 pb-6;
@apply pb-6 pt-12;
}
#featured h2,
#recent-posts h2 {