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