aboutsummaryrefslogtreecommitdiff
path: root/client/src/components/Header/Header.module.css
blob: 6edcee1586ac285cec10d5daaf1e6f4d99c2c6fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 2rem;
  color: var(--color-light);
}

.header h1 {
  margin: 0;
}

.header__mini{
  color: var(--color-yellow);
}