UnfoldingCSS:Non-sovereign-graphing: Difference between revisions

From titipi
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:
img{
.mw-parser-output{
max-height:50%;
column-count:2;
max-width:50%;
}
.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;
}