Fix styling

This commit is contained in:
elpekenin
2022-10-16 11:21:27 +02:00
parent 7ef631fe35
commit a285b3e564
3 changed files with 14 additions and 9 deletions
+5 -2
View File
@@ -47,7 +47,7 @@ const sortedPosts = getSortedPosts(posts);
> for more info.
</p>
<div class="social-wrapper">
<div class="whitespace-nowrap">Social Links:</div>
<div class="social-links">Social Links:</div>
<Socials />
</div>
</section>
@@ -106,7 +106,7 @@ const sortedPosts = getSortedPosts(posts);
<Footer />
</Layout>
<style is:global>
<style>
/* ===== Hero Section ===== */
#hero {
@apply pt-8;
@@ -126,6 +126,9 @@ const sortedPosts = getSortedPosts(posts);
.social-wrapper {
@apply flex flex-col sm:flex-row sm:items-center mt-4 mb-6;
}
.social-links {
@apply whitespace-nowrap mr-2 sm:mb-0 mb-1;
}
/* ===== Featured & Recent Posts Sections ===== */
#featured,