mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 04:22:09 +00:00
Fix tutorial card spacing mobile
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user