diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/website.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/css/website.css b/css/website.css index e137342..6d73aa9 100644 --- a/css/website.css +++ b/css/website.css @@ -130,14 +130,8 @@ body { background-color: rgba(0, 0, 0, 0.411); display: flex; flex-direction: row; - border-radius: 500px; gap: 10px; - padding: 8px 20px; -} - -.roundedButton:hover -{ - background-color: rgba(0, 0, 0, 0.788); + margin: 15px 5px; } .transparentButton @@ -153,7 +147,7 @@ body { { flex-wrap: wrap; display: flex; - gap: 15px; + gap: 25px; } /* mobile */ |