From cc752a3209befc9eae3d866ae621ed69738d7666 Mon Sep 17 00:00:00 2001 From: qwertychomp Date: Thu, 9 Jan 2025 07:03:56 -0800 Subject: [PATCH] gyatt Ohio skibidi commit (now that you have done your thing, let me cook now clashofclanselixir) --- css/index.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index 9fa9f4a..806064b 100644 --- a/css/index.css +++ b/css/index.css @@ -237,15 +237,16 @@ button:hover { } /* flexbox will solve all problems guys trust */ #gamescontainer { - background-color: #d9d9d9; border-radius: 20px; height: 33%; - width: 75%; + width: 100%; display: flex; flex-wrap: wrap; flex-direction: row; + justify-content: center; column-gap: 2ch; row-gap: 2ch; + margin-top: 20px; } #stupid { color: black; @@ -291,7 +292,8 @@ button:hover { display: flex; flex-direction: row; flex-wrap: nowrap; - height: 10px; + /* dont make this 10px or under, then it squishes the text inside*/ + height:30px; width:100%; justify-content: center; }