fixs
continuous-integration/drone/push Build was killed Details

pull/1/head
Override-6 2 years ago
parent 28b24f2133
commit 93ddcbba7a

@ -2,7 +2,7 @@ header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 20px; padding: 0 20px 0 20px;
background-color: #FF8444; background-color: #FF8444;
height: 80px; height: 80px;
} }
@ -42,13 +42,17 @@ body{
flex-direction: column; flex-direction: column;
padding: 20px; padding: 20px;
background-color: #f2f2f2; background-color: #f2f2f2;
border-radius: 10px; border-radius: 0 0 10px 10px;
box-shadow: 5px 5px #1B1B1B;
} }
#teams-section h2 { #teams-section h2 {
text-align: center; text-align: center;
font-size: 24px; font-size: 24px;
margin-bottom: 20px; margin-top: 0;
margin-bottom: 5px;
} }
#schemas-section { #schemas-section {
@ -56,6 +60,8 @@ body{
background-color: #f2f2f2; background-color: #f2f2f2;
border-radius: 10px; border-radius: 10px;
margin-top: 20px; margin-top: 20px;
box-shadow: 5px 5px #1B1B1B;
} }
#schemas-section h2 { #schemas-section h2 {
@ -76,7 +82,7 @@ body{
flex-direction: row; flex-direction: row;
} }
.team-item { .team-item {
padding: 15px; padding: 15px 15px 5px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;