Wikipedia:Cộng đồng/Thư mời/base.css

Bách khoa toàn thư mở Wikipedia
.wp-tm-layout {
	display: flex;
	margin: 0 auto;
	padding: 1em 2em;
}

.wp-tm-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-tm-header {
	font-weight: bold;
	font-size: 2.5em;
}

@media only screen and (min-width: 800px) {
	.wp-tm-layout {
    	gap: 2em;
	}
}