-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (47 loc) · 859 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
55
56
57
58
.bigcontainer, .titlebox {
background-color: rgb(239, 241, 239);
}
.bigcontainer {
display: flex;
}
.detailsresults {
background-color: rgb(240, 245, 248);
height: 750px;
}
.row {
margin-bottom: 10px;
}
input:hover {
background-color: rgb(252, 252, 252);
}
#helpBox {
text-align: center;
height: 300px;
}
@media (max-width: 575px) {
.bigcontainer {
display: flex;
flex-direction: column;
}
}
@media (max-width: 575px) {
.hidehelp {
display: none;
}
}
@media (min-width: 575px) {
.form-control::placeholder {
opacity: 0 !important;
}
}
#resultsBox {
font-size: 2vw;
}
@media (max-width: 575px) {
#resultsBox {
font-size: 4vw;
}
}
h1.display-5 {
font-weight: 600;
}