From d3df2935c0065eacd581a27cd2f38bff33a689cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Fri, 12 Nov 2021 11:11:02 +0100 Subject: [PATCH] =?UTF-8?q?Adaptation=20input=20file=20=C3=A9crans=20mobil?= =?UTF-8?q?e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/CSS/fd2html.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/CSS/fd2html.css b/public/CSS/fd2html.css index b22acc4..a1676e6 100644 --- a/public/CSS/fd2html.css +++ b/public/CSS/fd2html.css @@ -5,6 +5,7 @@ h4 { font-size:1.1em } p,li { font-size: 17px } ul, li { padding-left: 0.5em; margin-left:0 } + input[type="file"] { max-width:90%; } } article#datas { overflow-x:auto; } h1 a { background :none; color:black }