From 5aaafb884e0d05ee8f6ede262d9e02143654e808 Mon Sep 17 00:00:00 2001 From: Cedric Date: Wed, 22 Jul 2026 09:24:35 +0200 Subject: [PATCH] Actualiser css/public.css --- css/public.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/public.css b/css/public.css index cb4aa2c..194881f 100644 --- a/css/public.css +++ b/css/public.css @@ -1417,4 +1417,16 @@ footer { width: 100%; max-width: 100%; } +} + +/* Forcer 16px min sur mobile pour éviter le zoom iOS */ +@media (max-width: 768px) { + .pub-search-box input, + .pub-streaming-select, + .form-group input, + .form-group textarea, + .form-group select, + #ean-input { + font-size: 16px !important; + } } \ No newline at end of file