From f8a4db432a8631b6b4359466ed135873dc43fb64 Mon Sep 17 00:00:00 2001 From: Moon <108756201+LifeAdventurer@users.noreply.github.com> Date: Sat, 4 Nov 2023 21:18:32 +0800 Subject: [PATCH] Update styles.css --- fortune_generator/styles.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/fortune_generator/styles.css b/fortune_generator/styles.css index 8cfc03e..19cb064 100644 --- a/fortune_generator/styles.css +++ b/fortune_generator/styles.css @@ -31,11 +31,6 @@ body { padding: 50px; } -table { - font-size: 24px; - margin-bottom: 30px; -} - .left-result { color: #e74c3c !important; } @@ -47,6 +42,7 @@ table { button { background-color: var(--button-color); color: var(--white); + z-index: 2; font-size: 20px; border: none; padding: 20px 20px;