From 4d99e83e7b576b8bef5340d8b6a0d423583a6d12 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Wed, 27 Sep 2023 18:04:20 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20am=C3=A9lioration=20pr=C3=A9sentation?= =?UTF-8?q?=20des=20dates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.astro | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 79e04b5..2787938 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,8 +13,8 @@ import Card from '../components/Card.astro'; La troupe d'improvisation théâtrale chatouilleuse, curieuse, créative et autogérée
📌 Albi, Occitanie

-
- Retrouvez-nous prochainement : +
+ Retrouvez-nous prochainement @@ -62,7 +62,7 @@ import Card from '../components/Card.astro'; background-size: 400%; background-position: 0%; } - .instructions { + .instructions, .dates { line-height: 1.6; margin: 1rem 0; border: 1px solid rgba(var(--accent), 25%); @@ -70,14 +70,6 @@ import Card from '../components/Card.astro'; padding: 1rem; border-radius: 0.4rem; } - .instructions code { - font-size: 0.875em; - font-weight: bold; - background: rgba(var(--accent), 12%); - color: rgb(var(--accent)); - border-radius: 4px; - padding: 0.3em 0.45em; - } .instructions strong { color: rgb(var(--accent)); } @@ -87,4 +79,20 @@ import Card from '../components/Card.astro'; gap: 1rem; padding: 0; } + .dates { + color:#111; + font-size: 1.25rem; + line-height: 1.4; + } + .dates .title { + font-weight: bold; + opacity: 0.8; + } + .dates ul { + list-style: none; + } + .dates li { + color:#444; + + }