summaryrefslogtreecommitdiff
path: root/src/components/ContentHeader.module.scss
blob: 3fc4cc76acb89122300969a6abe3c6d2b018b58f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import '~/styles/utils/custom-media';

.root {
  height: 76px;
  display: flex;
  align-items: center;
}

.h1 {
  padding: 0 15px;
  font-size: 1.7em;
  @media (--breakpoint-not-small) {
    padding: 0 40px;
    font-size: 2em;
  }
  text-align: left;
  margin: 0;
}