From 108f10c6c9e80b78f59bbe0e7dbdf9a78a5f5787 Mon Sep 17 00:00:00 2001 From: Caribana Date: Mon, 9 Apr 2018 21:41:50 +0200 Subject: [PATCH] Ajustement largeur fenetre de login --- accred_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accred_style.css b/accred_style.css index 581705d6..c3ea3747 100644 --- a/accred_style.css +++ b/accred_style.css @@ -20,7 +20,7 @@ color: #e50350; } #signin { margin: auto; - width: 50%; + width: 600px; border: 3px solid green; padding: 30px; }