aboutsummaryrefslogtreecommitdiff
path: root/assets/home.css
blob: 24c5b633fe344615525c3b35281571faa43027b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.home-page {
	min-height: 80vh;
}
.home-page h1 {
	text-align: center;
	margin-top: 3rem;
	padding-bottom: 1.5rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: .5rem;
}

.home-page p {
	font-size: 1.25rem;
	font-weight: 300;
}