From 69ca9da54df41ef811fd96048e6b4c5dfd75aeae Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 30 Jan 2024 18:03:31 +0100 Subject: [PATCH] =?UTF-8?q?index=20:=20mise=20=C3=A0=20jour=20du=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.astro | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index e6291d2..a45e3e9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -25,7 +25,6 @@ import Card from '../components/Card.astro' #cards { display: flex; flex-direction: column; - align-items: center; } @font-face { @@ -35,4 +34,16 @@ import Card from '../components/Card.astro' font-style: normal; font-display: swap; } + +body { + background-color: black; + color: white; + font-family: 'Cantarell', sans-serif; + display: flex; + justify-content: center; +} + +main { + width: 30%; +}