Fix tutorial card spacing mobile

This commit is contained in:
ernstmul
2024-09-10 12:59:45 +02:00
parent 00ed56efc6
commit 3b5fe2a4de
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@
{#each data.tutorials as category}
<section class="flex flex-col gap-6">
<h2 class="text-micro uppercase">{category.title}</h2>
<ul class="web-grid-row-4 web-grid-row-4-mobile-2">
<ul class="web-grid-row-4 web-grid-row-4-mobile-1 ">
{#each category.tutorials as tutorial}
<li>
{#if tutorial.draft === true}