From a3b505430e1d0b54e5ac69842b20d2ab62b8ccbd Mon Sep 17 00:00:00 2001 From: Sequoia Haynes Date: Sat, 23 Nov 2024 21:39:19 -0800 Subject: [PATCH] make it less cooked --- css/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 403b42f..0793bc1 100644 --- a/css/index.css +++ b/css/index.css @@ -234,7 +234,7 @@ button:hover { height: 10px; border-radius: 53px; z-index: 2; - + padding: 0px 20px; } #stupidbackgroundbox { color: #a6a6a6; @@ -253,6 +253,7 @@ button:hover { z-index: 0; height:10px; border-radius: 53px; + padding: 0px 20px; } #dumbBackgroundbox { color: #d9d9d9; @@ -272,5 +273,8 @@ button:hover { height: 10px; width:100%; justify-content: center; +} +#containerHell { width: 151px; + justify-content: center; } \ No newline at end of file