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

main#main {
	padding: 10rem 0;

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

	span {
		font-size: 2em;
	}
}