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

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

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