fixed interface

dev
Override-6 2 years ago
parent 8688d4f048
commit 28b24f2133

@ -76,16 +76,20 @@ body{
flex-direction: row; flex-direction: row;
} }
.team-item { .team-item {
padding: 15px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
width: 200px; height: 100%;
height: 200px;
margin: 10px; margin: 10px;
background-color: #ccc; background-color: #ccc;
border-radius: 5px; border-radius: 15px;
overflow: hidden; overflow: hidden;
} }
.team-item .team-name {
margin-bottom: 3px;
}
/* /*
.team-item { .team-item {
display: block; display: block;
@ -104,6 +108,7 @@ body{
} }
.team-item img { .team-item img {
border-radius: 15px;
width: 100%; width: 100%;
height: auto; height: auto;
max-width: 150px; max-width: 150px;

Loading…
Cancel
Save