UnfoldingCSS:Non-sovereign-graphing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.mw-parser-output{ | |||
column-count:2; | |||
} | |||
.image{ | .image{ | ||
width:100%; | |||
max-width: | height:50%; | ||
} | |||
.image img{ | |||
max-width:100%; | |||
max-height:100%; | |||
object-fit: contain; | |||
} | } | ||
Latest revision as of 14:47, 13 May 2023
.mw-parser-output{
column-count:2;
}
.image{
width:100%;
height:50%;
}
.image img{
max-width:100%;
max-height:100%;
object-fit: contain;
}