From 73714c90750e4a39fc456893d3b54253f9f4e968 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Fri, 13 Sep 2024 15:20:10 +0200 Subject: [PATCH] =?UTF-8?q?l=C3=A0=20on=20est=20mieux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/css/index.css b/css/index.css index 9e5851a..04a6750 100644 --- a/css/index.css +++ b/css/index.css @@ -13,13 +13,18 @@ position: fixed; bottom: 2vh; margin-top: 50vh; - right: 10vw; + right: 20vw; padding-left: 10px; padding-right: 10px; padding-bottom: 9px; } + .gros-titre{ + width: 100vw; + overflow-x: hidden; + } + .ligne-boutons{ display: grid; } @@ -54,16 +59,17 @@ padding-bottom: 9px; bottom:2vh; } + .gros-titre{ + font-size: larger; + font-weight: bolder; + } .card { width: 70vw; } } -.gros-titre{ - font-size: larger; - font-weight: bolder; -} + .centre-vertical{ margin-top: auto;