Template:Teammates/styles.css: Difference between revisions
From OnTrackNorthAmerica
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
} | } | ||
@media screen and (max-width: 850px){} | @media screen and (max-width: 850px){ | ||
.pic1{ | |||
display:block; | |||
} | |||
} |
Revision as of 14:43, 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; } @media screen and (max-width: 850px){ .pic1{ display:block; } }