User:未白/测试.css

来自有兽档案馆
#column-featuredpic{
	height: 20em;
	display: grid;
	align-items: center;
    justify-items: center;
}

/*.character{*/
/*	width:12em;*/
/*}*/

#column-featuredpic img {
	width: 100%;
}

@media screen and (max-width: 1400px) {
.home-grid{
	grid: auto-flow dense/repeat(auto-fit,minmax(7rem,1fr));
}
}