From 026ed96093ffa903d03039809cbfc28b355cec81 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sat, 4 May 2024 14:31:35 -0400 Subject: New layout test --- css/website.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'css') 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 */ -- cgit v1.2.3