mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-05-29 06:43:12 +00:00
PNG to WEBP for faster loading times
This commit is contained in:
parent
eecac9b558
commit
e153e5bfb3
53 changed files with 99 additions and 62 deletions
|
@ -57,7 +57,8 @@
|
|||
}
|
||||
#team .gallery div img {
|
||||
margin: 0.5em;
|
||||
min-width: 250px;
|
||||
min-width: 200px;
|
||||
width: auto;
|
||||
|
||||
flex: 1 1 150px;
|
||||
|
||||
|
@ -91,6 +92,10 @@
|
|||
#team div div {
|
||||
margin: 1em;
|
||||
}
|
||||
#team .gallery div img {
|
||||
margin: 0.5em 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue