This commit is contained in:
Michał Gdula 2022-06-08 09:53:31 +01:00
parent 3f17d43d58
commit 7867a3cd27
5 changed files with 5 additions and 3 deletions

View file

@ -28,12 +28,12 @@
When page is too thin, the picture and text stacks
*/
@media (min-width:800px) {
@media (min-width:621px) {
#team div {
display: flex;
flex-direction: row;
}
#team div img {
min-width: 20em;
min-width: 17em;
}
}