From 34c4d0d0c37c7f640a1a6373bba30ebe1129d6c4 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 3 Jun 2026 21:42:46 +0200 Subject: =?UTF-8?q?t=C3=A9l=C3=A9chargement=20des=20fichiers=20media,=20un?= =?UTF-8?q?=20tout=20petit=20peu=20de=20responsive=20design?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/maintenance.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'public/css/maintenance.css') diff --git a/public/css/maintenance.css b/public/css/maintenance.css index 9b6f525..4a0dbb0 100644 --- a/public/css/maintenance.css +++ b/public/css/maintenance.css @@ -27,4 +27,12 @@ border-radius: 4px; background-color: white; border: lightgrey 2px outset; +} + +@media screen and (max-width: 480px) +{ + .maintenance select + { + font-size: 86%; + } } \ No newline at end of file -- cgit v1.2.3