Added team

This commit is contained in:
Michał Gdula 2022-06-08 11:48:25 +01:00
parent 7867a3cd27
commit b72f77f464
5 changed files with 36 additions and 17 deletions

View file

@ -1,7 +1,8 @@
#team div img {
width: 100%;
max-width: 30em;
min-width: 0;
/*width: 100%;*/
max-width: 20em;
max-height: 20em;
display: block;
object-fit: contain;
@ -17,6 +18,9 @@
text-align: justify;
align-items: center;
}
#team div div {
display: block;
}
#teams div p {
margin: 0 !important;
}
@ -34,6 +38,6 @@
flex-direction: row;
}
#team div img {
min-width: 17em;
min-width: 15em;
}
}