aboutsummaryrefslogtreecommitdiff
path: root/styles/Home.module.css
blob: 07473ce334261d488b2ac4b9c1287f308e68755b (plain) (blame)
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
/*
.container {
  padding: 0 2rem;
}

.landing {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/temp-landing.png")
}


.landing {
  text-align: center;
}

.title {
  font-size: 200%;
}

.description {
}

.contact {
}

.text-center {
  text-align: center;
}
*/