summaryrefslogtreecommitdiffstats
path: root/_sass/main.scss
blob: 324a3c0f75d9179ca485bf699dd2d98b2284c922 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.current {
	color: red;
}

@media screen and (min-width: 600px) {
	body {
		margin-left: 10%;
		margin-right: 10%;
	}
}