Template:Comparison/styles.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
(Created page with ".comparison img { width: 100%; height: auto; }")
 
No edit summary
Tags: Mobile edit Mobile web edit
 
Line 1: Line 1:
.comparison img {
.comparison img {
     width: 100%;
     width: 100% !important;
     height: auto;
     height: auto !important;
}
}

Latest revision as of 23:50, 15 September 2023

.comparison img {
    width: 100% !important;
    height: auto !important;
}