mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-05-29 06:43:12 +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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue