Template:Teammates/styles.css: Difference between revisions
From OTNA Test Wiki
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
} | } | ||
@media screen and (max-width: 850px){ | @media screen and (max-width: 850px){ | ||
. | .pic1{ | ||
width:100%!important; | width:100%!important; | ||
} | } | ||
Revision as of 19:12, 18 December 2024
.pic1{
width:33.3%;
height:40em;
float:left;
display:flex;
}
.pic1 tr{
display:flex;
}
.pic1 td{
min-width: 33.3%!important;
}
.pic1 img{
max-width: calc(100% - 3em)!important;
}
.pic1 figure{
float:none;
}
@media screen and (max-width: 850px){
.pic1{
width:100%!important;
}
.pic1 tr{
display:inline!important;
}
.pic1 td{
float:right!important;
min-width:100%!important;
}
}