-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
55 lines (43 loc) · 847 Bytes
/
style.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
/* Move block container higher */
div.block-container.css-18e3th9.egzxvld2 {
margin-top: -5em;
}
/* Adjustments for the logo image*/
img {
display: block;
margin-top: 1.5em;
}
/* Centering text in each gray box */
div.css-1ht1j8u.e16fv1kl0 {
text-align: center;
}
/* Third line of Row */
div.css-wnm74r.e16fv1kl3 {
margin-left: 30%;
margin-right: 20%;
}
/* Row 1 */
div.css-1r6slb0.e1tzin5v2 {
background-color: #EEEEEE;
padding: 3% 3% 3% 3%;
border-radius: 5px;
}
/* Row 2 */
div.css-12w0qpk.e1tzin5v2 {
background-color: #DCDCDC;
padding: 3% 3% 3% 3%;
border-radius: 5px;
}
/* Hide hamburger menu and footer */
div.css-r698ls.e8zbici2 {
display: none;
}
footer.css-ipbk5a.egzxvld4 {
display: none;
}
footer.css-12gp8ed.eknhn3m4 {
display: none;
}
div.vg-tooltip-element {
display: none;
}