mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-05-23 20:04:56 +00:00
12 lines
195 B
CSS
12 lines
195 B
CSS
#visitors div img {
|
|
max-width: 15em;
|
|
max-height: 15em;
|
|
}
|
|
|
|
#visitors div {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|