Skip to content

Commit

Permalink
Fix min-w for smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
AVGVSTVS96 committed Jan 15, 2024
1 parent ece91ad commit 99d4260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import MainLayout from '../layouts/MainLayout.astro';
class="mb-4 text-4xl font-extrabold text-slate-700 dark:text-slate-100">
Blog Posts
</h1>
<BlogIndex class="w-[500px] sm:w-[560px] md:w-[720px] lg:w-[860px]" />
<BlogIndex class="sm:w-[560px] md:w-[720px] lg:w-[860px]" />
</div>
</div>
</MainLayout>

0 comments on commit 99d4260

Please sign in to comment.