fixed interface

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

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

Loading…
Cancel
Save