From 79784a471ef084ae7f49b157d0f8c882e0356ab2 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart <emmanuel@raviart.com> Date: Wed, 15 Nov 2023 13:59:26 +0100 Subject: [PATCH] Retaille l'image pour occuper toute la largeur --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3848a71..b81dba8 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,6 @@ <meta name="viewport" content="width=device-width" /> </head> <body> - <img alt="Insigne de député (dit « baromètre ») de la 3ème République" src="/barometre.png" /> + <img alt="Insigne de député (dit « baromètre ») de la 3ème République" src="/barometre.png" style="width: 100%" /> </body> </html> -- GitLab