File size: 322 Bytes
1e92f2d | 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 | body {
font-family: Roboto;
font-size: 16px;
color: #565a5c;
}
.ais-InstantSearch__root {
display: flex;
flex-direction: column;
}
.ais-SearchBox {
margin: 10px 0;
}
.ais-GeoSearch {
padding-right: 0;
padding-left: 0;
height: 700px;
}
.marker {
transform: translate(-50%, -100%) scale(0.5, 0.5);
}
|