From 113c481406bb49d317fc868502f71e2b36ed36f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Huneau?= Date: Tue, 11 Apr 2023 20:01:39 +0200 Subject: [PATCH] =?UTF-8?q?M=C3=A0J=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dans la continuité de la précédente … --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 268e87f..a60216a 100644 --- a/style.css +++ b/style.css @@ -81,7 +81,8 @@ aside form{ width: 100%; } nav, aside{ - width: 15em; + width: 20%; + min-width: 15em; background-color: inherit; border: none; }