UnfoldingCSS:Non-sovereign-graphing: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
}
}
.image{
.image{
max-height:50%;
width:100%;
max-width:50%;
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;
}