Template:Info grid memory/styles.css: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
(Created page with ".info-grid-image video { width: auto !important; height: auto !important; max-height: 600px !important; }")
 
No edit summary
 
Line 3: Line 3:
height: auto !important;
height: auto !important;
max-height: 600px !important;
max-height: 600px !important;
}

.info-grid-image img {
width: unset;
height: auto;
}
}

Latest revision as of 04:05, 31 January 2024

.info-grid-image video {
	width: auto !important;
	height: auto !important;
	max-height: 600px !important;
}

.info-grid-image img {
	width: unset;
	height: auto;
}