Template:Teammates/styles.css: Difference between revisions
From OnTrackNorthAmerica
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
width:100%; | width:100%; | ||
} | } | ||
.pic1 tr{ | .pic1 tr{ | ||
display:flex; | display:flex; | ||
} | } | ||
.pic1 img{ | .pic1 img{ | ||
max-width: calc(100% - 3em)!important; | max-width: calc(100% - 3em)!important; | ||
} | } |
Revision as of 15:09, 12 September 2024
.pic1{ width:100%; } .pic1 tr{ display:flex; } .pic1 img{ max-width: calc(100% - 3em)!important; }