summaryrefslogtreecommitdiff
path: root/src/components/ContentHeader.module.css
blob: 54e4c99c8d2dd24bbe580abff374f5f31bbfd7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
.root {
  height: 76px;
  display: flex;
  align-items: center;
}

.h1 {
  padding: 0 40px;
  text-align: left;
  margin: 0;
}