aboutsummaryrefslogtreecommitdiff
path: root/client/src/components/Header/Header.module.css
blob: c39f528dd4b74babad43aef4810e5db59ea5751f (plain)
1
2
3
4
5
6
7
8
9
.header {
  display: flex;
  justify-content: center;
  margin: 2rem;
}

.header h1 {
  margin: 0;
}