События и первый конкурс #6

Merged
rndtrash merged 19 commits from feature/events into master 2025-11-26 11:46:26 +03:00
Showing only changes of commit b0bd04b8d6 - Show all commits

View file

@ -85,7 +85,7 @@
</section>
<section class="flex flex-col items-stretch bg-blue-900 pt-4 text-slate-50">
<h1 class="text-center">ПОСЛЕДНИЕ ПОСТЫ</h1>
<h1 class="font-disket text-center text-2xl font-bold sm:text-4xl">ПОСЛЕДНИЕ ПОСТЫ</h1>
<div class="flex flex-row items-stretch justify-evenly gap-4 overflow-x-auto p-4">
{#each page.data.posts as post, i}