Template:Teammates/styles.css: Difference between revisions
From OnTrackNorthAmerica
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
.pic1 img{ | .pic1 img{ | ||
max-width: calc(100% - 3em)!important; | max-width: calc(100% - 3em)!important; | ||
width: | width: calc(100% - 3em)!important; | ||
height: | height:calc(100% - 4em)!important; | ||
} | } | ||
.pic1 figure{ | .pic1 figure{ | ||
Revision as of 15:51, 16 September 2024
.pic1{
width:100%;
}
.pic1 tr{
display:flex;
}
.pic1 td{
min-width: 33.3%!important;
}
.pic1 img{
max-width: calc(100% - 3em)!important;
width: calc(100% - 3em)!important;
height:calc(100% - 4em)!important;
}
.pic1 figure{
float:none;
}
@media screen and (max-width: 850px){
.pic1 tr{
display:inline!important;
}
.pic1 td{
float:right!important;
min-width:100%!important;
}
}