-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (54 loc) · 938 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
59
60
61
62
63
64
body {
background: #e8f6d8;
font-family: Arial, sans-serif;
font-size: 16px;
}
h1 {
font-family: Arial, sans-serif;
}
.container {
background: #ffffff;
min-height: calc(100vh - 100px);
margin: 0 auto;
padding: 2em;
width: 70%;
}
#bmRequestForm input {
font-size: 20px;
height: 32px;
}
#bmRequestForm input input[type=button] {
height: 38px;
}
#map {
height: 800px;
margin-top: 2em;
}
.leaflet-container .leaflet-control-mapcentercoord {
font-size: 18px !important;
}
@media only screen and (max-width: 768px) {
.container {
margin: 0;
padding: 0;
padding-top: 1em;
width: 100%;
}
h1 {
text-align: center;
}
#bmRequestForm input {
display: block;
margin: 0 auto;
margin-bottom: 0.5em;
padding: 0;
padding-left: 4px;
width: 90%;
}
#statusDiv {
text-align: center;
}
#map {
height: 400px;
}
}/*# sourceMappingURL=style.css.map */