aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/Home/Home.module.css
blob: 83d02d6f90019559528d40161d8e47cc71cef7e1 (plain)
1
2
3
4
5
6
7
8
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}