From 364f3e9578af3cf9adccf675262738c2d08c9832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Sun, 16 Jul 2023 09:20:36 +0200 Subject: [PATCH] Style --- res/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/style.css b/res/style.css index 4a8ce50..7c91a7d 100755 --- a/res/style.css +++ b/res/style.css @@ -17,6 +17,10 @@ h1 { text-align: center; } +p { + margin-bottom: 1em; +} + header { margin: 10px; } @@ -108,6 +112,7 @@ main { #resultat div p, .choix-appli-wrapper p { margin-top: 15px; + margin-bottom: 0; } @media screen and (max-width: 1000px) {