テンプレート:Sisterprojects/style.css

提供:ウィキバーシティ
.contents {
	display: flex;
}
.left {
	width: 33%;
}
.center {
	width: 33%;
}
.right {
	width: 33%;
}
.main-left {
	width: 49%;
    border: solid 1px #eaecf0;
    border-radius: 10px;
}
.main-right {
	width: 49%;
    border: solid 1px #eaecf0;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
	.left,
	.center,
	.right,
	.main-left
	.main-right,
    .contents{
		display: initial;
        width: initial;
	}
}