-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
47 lines (44 loc) · 790 Bytes
/
Copy pathstyles.css
File metadata and controls
47 lines (44 loc) · 790 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
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0 20px;
font-family: "Shantell Sans", sans-serif;
background-color: #282b35;
}
.title {
color: #f9796e;
text-align: center;
}
#why-button {
padding: 10px 20px;
font-size: 18px;
cursor: pointer;
background-color: #f9796e;
color: white;
border: none;
border-radius: 5px;
margin-top: 20px;
width: 100%;
max-width: 400px;
}
#reasons {
flex: 1;
overflow-y: auto;
overflow-x: hidden;
min-height: 30vh;
max-height: 60vh;
width: 100%;
max-width: 700px;
}
#reasons .reason {
margin: 20px 0;
}
#reasons .reason .num {
margin-right: 10px;
color: #424040;
}
#reasons .reason .text {
color: #e47272;
}/*# sourceMappingURL=styles.css.map */