File size: 420 Bytes
f5c3796
eee2e35
f5c3796
 
 
 
eee2e35
 
 
 
 
 
 
 
 
 
 
 
f5c3796
 
 
 
eee2e35
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

body {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
}
h1 {
	font-size: 16px;
	margin-top: 0;
}

p {
	color: rgb(107, 114, 128);
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}
.card p:last-child {
	margin-bottom: 0;
}