-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathstyles.css
More file actions
56 lines (49 loc) · 898 Bytes
/
styles.css
File metadata and controls
56 lines (49 loc) · 898 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#content-area {
max-width: 60rem;
}
h1, h2, h3, h4, h5, h6 {
letter-spacing: 0.05em !important;
}
.welcome-page .card-group {
margin: 3rem auto 8rem;
max-width: 70rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.welcome-page .card-group .card {
padding: 1rem;
}
.welcome-hero {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 20vh;
text-align: center;
margin-top: 3rem;
margin-bottom: 2.5rem;
}
.welcome-hero h1 {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.2;
color: #fff;
}
.welcome-hero p {
font-size: 1.25rem;
max-width: 600px;
margin: 0 auto;
}
.welcome-hero h1 {
color: rgb(41 42 37 / 1);
}
.dark .welcome-hero h1 {
color: rgb(255 255 255 / 1);
}
.welcome-hero p {
color: rgb(83 85 79 / 1);
}
.dark .welcome-hero p {
color: rgb(162 164 158 / 1);
}