-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
63 lines (50 loc) · 968 Bytes
/
styles.css
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
57
58
59
60
61
62
63
/* css styles */
.content-block {
padding-top: 20px;
padding-bottom: 10px;
margin-left: 30px;
margin-right: 30px;
}
.hero-banner {
position: relative;
background-color: rgb(237,243,249);
display: flex;
justify-content: center;
}
.hero-banner h1 {
color: #5b195b;
font-size: 3.5rem;
}
.hero-banner .content-block {
min-width: 300px;
max-width: 600px;
}
.hero-banner a[role="button"] {
margin-right: 17px;
margin-top: 0.6rem;
margin-bottom: 1.6rem;
}
.hero-banner #btn-guide {
background-color: #959595 !important;
border: none;
}
.btn-action-primary {
color: white;
background-color: #5b195b !important;
}
.btn-action-primary:hover {
color: white;
}
.btn-action {
min-width: 165px;
border-radius: 30px;
border: none;
}
.alt-background {
background-color: rgb(247,249,251);
border-top: 1px solid #dee2e6;
border-bottom: 1px solid #dee2e6;
}
.quarto-grid-item img.thumbnail-image {
object-fit: contain;
}