UnfoldingCSS:Non-sovereign-graphing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
.mw-parser-output{ | |||
column-count:2; | column-count:2; | ||
} | } | ||
.image{ | .image{ | ||
width:100%; | |||
height:50%; | |||
} | } | ||
.image img{ | .image img{ | ||
max-width:100%; | |||
max-height:100%; | |||
object-fit: contain; | 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;
}