From e9be399c8c6951b6bab5bda092b186e0383afd09 Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 24 Feb 2020 22:57:41 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/style.css=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index 2d05742..16d05be 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -95,15 +95,12 @@ button { color: white; padding: 14px 20px; margin: 8px 0; + width: 100%; border: none; border-radius: 4px; cursor: pointer; } -button.full { - width: 100%; -} - button:hover { background-color: #8bd3dd; }