From 0e6d44c1bc4865442bafe94f83df3b560bbb7048 Mon Sep 17 00:00:00 2001 From: guimoz Date: Sun, 29 Jan 2017 18:45:51 +0100 Subject: [PATCH] Modification du style --- static/style.css | 2 +- static/style_red.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 85c5b57..1a08446 100644 --- a/static/style.css +++ b/static/style.css @@ -160,7 +160,7 @@ p#play a:hover { } form#select { - width: 500px; + width: 100%; margin: 1em auto; background: #FFCC00; border-radius: 1em; diff --git a/static/style_red.css b/static/style_red.css index 658ce62..54922b4 100644 --- a/static/style_red.css +++ b/static/style_red.css @@ -160,7 +160,7 @@ p#play a:hover { } form#select { - width: 500px; + width: 100%; margin: 1em auto; background: #FA0; border-radius: 1em;