mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-05-28 06:13:13 +00:00
H
This commit is contained in:
parent
3f17d43d58
commit
7867a3cd27
5 changed files with 5 additions and 3 deletions
|
@ -28,12 +28,12 @@
|
|||
When page is too thin, the picture and text stacks
|
||||
*/
|
||||
|
||||
@media (min-width:800px) {
|
||||
@media (min-width:621px) {
|
||||
#team div {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
#team div img {
|
||||
min-width: 20em;
|
||||
min-width: 17em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue