summaryrefslogtreecommitdiff
path: root/src/scss/error.scss
blob: d1b70ed0d3345f2f2258eaa320953f5b4077070c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import "./variables";
@import "./mixins";

main#main {
	padding: 10em 0;

	h1 {
		color: $blue;
		font-family: $header-font;
		font-size: 5em;
	}

	span {
		font-size: 2em;
	}
}