mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-06-21 17:36:17 +00:00
:3
This commit is contained in:
parent
e78be306e0
commit
b16cee217a
13 changed files with 60 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue