aboutsummaryrefslogtreecommitdiff
path: root/styles/Home.module.css
blob: 49b91855f4f82f95f255578390a00e88086bf3e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.container {
  padding: 0 2rem;
}
.landing {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/temp-landing.png")
}

.title {
  font-size: 200%;
  text-align: center;
}