Skip to content

Commit ff6d687

Browse files
authored
📱 Responsive Banner
1 parent c3925fa commit ff6d687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { Icon } from "astro-icon/components";
44
---
55

66
<Layout title="Accueil">
7-
<div class="py-8 md:px-32">
8-
<div class="bg-[url('/banners/classic.png')] h-64 bg-cover bg-center rounded-lg border-2 border-neutral-content p-4">
7+
<div class="md:py-8 md:px-32">
8+
<div class="bg-[url('/banners/classic.png')] h-32 md:h-64 bg-cover bg-center rounded-lg border-2 border-neutral-content p-4">
99
</div>
1010
<div class="mt-8 py-8 text-center">
1111
<h1 class="text-4xl font-bold">Funasitien</h1>

0 commit comments

Comments
 (0)