aboutsummaryrefslogtreecommitdiff
path: root/assets/responsive.css
blob: d192217fd87904ad41f9cf3825493e8b9cb7eb3f (plain)
1
2
3
4
5
6
7
@media only screen and (min-width: 60rem) {
	body {
		max-width:60rem;
		margin-left: auto;
		margin-right: auto;
	}
}