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;

View file

@ -1,12 +1,15 @@
.times {
display: flex;
justify-content: space-around;
justify-content: space-between;
}
.times img {
margin: 0;
width: 70%;
width: 69%;
min-height: 20em;
display: block;
object-fit: cover;
border-radius: var(--rad);
}
@ -20,8 +23,6 @@
flex-direction: column;
justify-content: space-around;
align-items: center;
background-color: var(--bg-light);
}
.times div div {
padding: 0;
@ -45,8 +46,6 @@
}
.times img {
width: auto;
border-radius: var(--rad);
}
.times div {
margin: 0;