diff options
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; } |