these got reverted somehow

This commit is contained in:
2024-07-13 01:50:30 +02:00
parent 7283edc0b4
commit c46110b87f
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import Layout from "../layouts/Layout.astro";
<main>
<div class="content">
<h1>Blog</h1>
<p style="font-size: 20px;">Coming soon! 🚧</p>
<p style="font-size: 20px; min-width: 70vw;">Coming soon! 🚧</p>
</div>
</main>
</Layout>