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

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