aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Header/Header.module.css
blob: 53769e1d5f3180a3d72b95afea660b7ce26a4d79 (plain)
1
2
3
4
5
6
7
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 2rem;
  font-size: 1.5rem;
}