aboutsummaryrefslogtreecommitdiff
path: root/styles/Home.module.css
blob: 9645622e0c3702d56335acca8524dcd58cbb1aa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.container {
  padding: 0 2rem;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.center {
  text-align: center;
}