This commit is contained in:
Michał Gdula 2022-06-09 22:17:55 +01:00
parent e78be306e0
commit b16cee217a
13 changed files with 60 additions and 11 deletions

View file

@ -59,9 +59,14 @@
margin: 0.5em;
min-width: 250px;
flex: 1 1 250px;
flex: 1 1 150px;
object-fit: cover;
transition: transform 0.15s ease-out;
}
#team .gallery div img:hover {
transform: scale(1.15);
}
#team .gallery h3 {
margin: 0;