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;
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;