From 4d38783da06d8a08cefe941a8e7d4770744b6f8d Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sat, 1 Jul 2023 18:21:39 +0300 Subject: final fixes Former-commit-id: b441f9f3c1511b83dccb5dfcf2fd9c48a2f703e8 --- rannak/endPage/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'rannak/endPage/style.css') diff --git a/rannak/endPage/style.css b/rannak/endPage/style.css index 72e3938..06094ea 100644 --- a/rannak/endPage/style.css +++ b/rannak/endPage/style.css @@ -19,7 +19,6 @@ body { text-align: center; } - .innerDiv { padding: 15px; width: 45%; @@ -49,7 +48,7 @@ h1 { button { background-color: rgba(0,136,169,1); border-radius: 50px; - padding: 15px; + padding: 20px; border: none; cursor: pointer; text-decoration: none; @@ -57,7 +56,4 @@ button { color: white; } -a { - padding: 20px; - text-decoration: none; -} +a { text-decoration: none; } -- cgit v1.2.3