aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: 156938bcd94e93422b971bbe10649b2c712e7401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body, html {
	margin: 0;
	padding: 0;

	font-family: "Inter", sans-serif;

	text-transform: lowercase;
}

main {
	max-width: 35em;
	margin: 100px auto;
	padding: 0 24px;
}

h1 { text-align: center; }

p, ul { margin: 30px 0; }

ul { line-height: 1.7; }

.fill { height: calc(100vh - 300px); }