Source: Scratch Wiki en français

< Modèle:Bannière

.banner > .bannerIcon img {
	height: 50px;
	width: auto;
	vertical-align: middle;
	padding: 10px;
}

@media only screen and (max-width: 425px) {
	.banner {
		grid: "bannerIcon" "bannerText" !important;
		grid-template-columns: auto auto !important;
		grid-gap: 0px !important;
	}

	.banner > .bannerIcon {
		margin: auto !important;
	}
}