aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
blob: c5ad8957f00f3769f8563131c072ab5cf5c28ed6 (plain)
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
@tailwind base;
@tailwind components;
@tailwind utilities;

/* GENERAL
// ------------------------- */
* {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

#map {
  height: 100%;
  height: 800px;
  width: 100%;
}

.gm-style-mtc-bbw {
  display: none;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #646c78;
  background-color: #222e3e;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}