From 93ddcbba7a0adb3eba21f4dfec890b3cfe94e20f Mon Sep 17 00:00:00 2001 From: Override-6 Date: Sun, 5 Feb 2023 21:01:44 +0100 Subject: [PATCH] fixs --- www/css/main.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/www/css/main.css b/www/css/main.css index 308c4c4..f68f9b5 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -2,7 +2,7 @@ header { display: flex; justify-content: space-between; align-items: center; - padding: 20px; + padding: 0 20px 0 20px; background-color: #FF8444; height: 80px; } @@ -42,13 +42,17 @@ body{ flex-direction: column; padding: 20px; background-color: #f2f2f2; - border-radius: 10px; + border-radius: 0 0 10px 10px; + + box-shadow: 5px 5px #1B1B1B; + } #teams-section h2 { text-align: center; font-size: 24px; - margin-bottom: 20px; + margin-top: 0; + margin-bottom: 5px; } #schemas-section { @@ -56,6 +60,8 @@ body{ background-color: #f2f2f2; border-radius: 10px; margin-top: 20px; + + box-shadow: 5px 5px #1B1B1B; } #schemas-section h2 { @@ -76,7 +82,7 @@ body{ flex-direction: row; } .team-item { - padding: 15px; + padding: 15px 15px 5px; display: flex; flex-direction: column; align-items: center;