diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-07-01 18:21:39 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-07-01 18:21:39 +0300 |
commit | 4d38783da06d8a08cefe941a8e7d4770744b6f8d (patch) | |
tree | f0712ce84696cbf50c34ae59c0857a4fa375cce2 /rannak/endPage/style.css | |
parent | ac3bfb7728e9324e6a21035e7b321649550c60cb (diff) |
Former-commit-id: b441f9f3c1511b83dccb5dfcf2fd9c48a2f703e8
Diffstat (limited to 'rannak/endPage/style.css')
-rw-r--r-- | rannak/endPage/style.css | 8 |
1 files changed, 2 insertions, 6 deletions
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; } |