summaryrefslogtreecommitdiff
path: root/src/components/shared/Basic.module.css
blob: 8e3e65c0226c127322fc466b3c13c8989335761e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
h2.sectionNameType {
  margin: 0;
  font-size: 1.3em;
  @media (--breakpoint-not-small) {
    font-size: 1.5em;
  }

  span:nth-child(2) {
    font-size: 12px;
    color: #777;
    font-weight: normal;
    margin: 0 0.3em;
  }
}