Template:Teammates/styles.css: Difference between revisions
From OTNA Test Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.pic1{ | .pic1{ | ||
flex: 1 0 100%; | |||
display: flex; | display: flex; | ||
flex-flow: nowrap; | flex-flow: nowrap; | ||
align-items: stretch; | align-items: stretch; | ||
} | } | ||
Revision as of 15:04, 6 September 2024
.pic1{
flex: 1 0 100%;
display: flex;
flex-flow: nowrap;
align-items: stretch;
}