updated index.php

This commit is contained in:
Ludwig Lehnert 2025-04-17 20:03:42 +02:00
parent a8a532106e
commit ce5520fb59

View File

@ -115,7 +115,7 @@ usort($blogs, function ($a, $b) {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 1rem; padding: 1rem;
gap: 1rem; gap: 2.2rem;
} }
.blog-entry { .blog-entry {
@ -195,6 +195,8 @@ usort($blogs, function ($a, $b) {
</div> </div>
<?php endforeach; ?> <?php endforeach; ?>
</div> </div>
<div style="height: 350px;"></div>
</main> </main>
</body> </body>