Template:Featured phase pack/styles.css

模板页面
div.fpp2 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
	/* max-height: 320px; */
    margin: auto;
	line-height: 1.5;
}

.mainpage-box div.fpp2 {
    min-height: 320px;
	height: 100%;
	max-height: 400px;
	max-width: 100%;
    overflow: auto;
}

.mainpage-box div.fpp2 .cquotenew-content {
    overflow: hidden;
}