Template:Synopsis/styles.css

From Puyo Nexus Wiki
Jump to navigation Jump to search
.syncontainer {
	max-width: 740px;
	border: 1px solid #352e76;
	border-radius: 10px;
	background: #f7f7f7;
	overflow: hidden;
	margin-top: 5px;
}

.synsubject {
	background:#352e76;
	color:white;
	font-weight:bold;
	text-align:center;
}

@media (max-width: 600px) {
	.syncontainer {
		width: 100%;
	}
}