Template:YouTube/styles.css

From SPCodex, The Smashing Pumpkins wiki
Revision as of 05:45, 25 May 2022 by MusikAnimal (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.video {
	padding: 3px;
}

.video-with-caption {
	background-color: #f8f9fa;
	border: 1px solid #c8ccd1;
	font-size: 94%;
	padding: 3px;
	margin-bottom: 24px;
}

@media (max-width: 768px) {
	.video {
		width: 100% !important;
	}

	.video iframe {
		width: 100% !important;
	}
}