From d92b9003c776144e8e1b2fc7b26b5db4113053e1 Mon Sep 17 00:00:00 2001 From: Pedro Miguel Martinho Nunes <44981871+pedro2mnunes@users.noreply.github.com> Date: Sun, 27 Dec 2020 15:09:43 +0000 Subject: [PATCH] Update style.css For the button, the CSS border-radius property is repeated with two different two values. Suggested change is to remove border-radius: none; --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 7909f94..1282f48 100644 --- a/style.css +++ b/style.css @@ -18,5 +18,4 @@ button { font-size: 1.3em; margin-top: 50px; border-radius: 7.5px; - border-radius: none; -} \ No newline at end of file + }