Skip to content

Commit

Permalink
📱 Fix vertical margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Dec 5, 2024
1 parent ffba343 commit 9b9e0d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/forum/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Layout from "../../layouts/Layout.astro";
<div class="bg-base-100 p-4 pt-10">
<div class="flex max-sm:flex-col gap-4 w-full">
<div class="md:w-3/4">
<div class="grid grid-cols-1 gap-y-4 md:m-4">
<div class="grid grid-cols-1 gap-y-4 md:mx-4 my-4">
<h2 class="text-4xl font-bold relative align-middle">
Serveurs
<span class="md:absolute right-0 text-xl font-normal"
Expand Down Expand Up @@ -36,7 +36,7 @@ import Layout from "../../layouts/Layout.astro";
</div>
</div>

<div class="grid grid-cols-1 gap-y-4 md:m-4">
<div class="grid grid-cols-1 gap-y-4 md:mx-4 my-4">
<h2 class="text-4xl font-bold relative align-middle">
Serveurs
<span class="md:absolute right-0 text-xl font-normal"
Expand Down Expand Up @@ -66,7 +66,7 @@ import Layout from "../../layouts/Layout.astro";
</div>
</div>

<div class="grid grid-cols-1 gap-y-4 md:m-4">
<div class="grid grid-cols-1 gap-y-4 md:mx-4 my-4">
<h2 class="text-4xl font-bold relative align-middle">
Serveurs
<span class="md:absolute right-0 text-xl font-normal"
Expand Down

0 comments on commit 9b9e0d6

Please sign in to comment.