Template:Game/styles.css: Difference between revisions

From StrategyWiki, the video game walkthrough and strategy guide wiki
set max-height instead of height
(Created page with ".game-infobox-container { display: grid; grid: "boxart ad" auto "boxart ibox" auto / 1fr 1fr; gap: 10px; width: 100%; } .game-infobox-container > .desktop-300-rig...")
 
(set max-height instead of height)
Line 76: Line 76:
.game-infobox-container > .floatleft img {
.game-infobox-container > .floatleft img {
width: auto;
width: auto;
height: 250px !important;
max-height: 250px !important;
}
}
}
}