summaryrefslogtreecommitdiffstats
path: root/_sass/main.scss
blob: dc1c2961522e774098bda6e3aa49f3065023c81d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.current {
	color: red;
}

table {
	border-collapse: collapse;
}

table, th, td, tr {
	border: 1px solid black;
}

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