mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-06-02 00:33:11 +00:00
Added team
This commit is contained in:
parent
7867a3cd27
commit
b72f77f464
5 changed files with 36 additions and 17 deletions
12
css/team.css
12
css/team.css
|
@ -1,7 +1,8 @@
|
|||
#team div img {
|
||||
width: 100%;
|
||||
max-width: 30em;
|
||||
min-width: 0;
|
||||
/*width: 100%;*/
|
||||
max-width: 20em;
|
||||
max-height: 20em;
|
||||
|
||||
|
||||
display: block;
|
||||
object-fit: contain;
|
||||
|
@ -17,6 +18,9 @@
|
|||
text-align: justify;
|
||||
align-items: center;
|
||||
}
|
||||
#team div div {
|
||||
display: block;
|
||||
}
|
||||
#teams div p {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
@ -34,6 +38,6 @@
|
|||
flex-direction: row;
|
||||
}
|
||||
#team div img {
|
||||
min-width: 17em;
|
||||
min-width: 15em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue