main.css
390 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
#alt-routes {
height: 75px;
}
#map {
height: 600px;
margin-bottom: 10px;
width: 100%;
}
#map-top {
margin-bottom: 30px;
}
.img-responsive {
margin: 0 auto;
}
.status {
margin-top: 5px;
}
.text-field {
margin-top: 30px;
margin-bottom: 30px;
}
.center-this {
margin: 0 auto;
width: 100%;
}
.btn-space{
margin-top: 10px;
width: 50%;
}
.log-in-textfield{
width: 30%;
}