aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/header/header.less
blob: 13ac3539221e375468905c0a514f976d6281c09c (plain)
1
2
3
4
5
6
7
8
9
@import "../../style.less";

header h1 {
  font-size: 5rem;
  font-weight: 300;
  @media screen and (max-width: @mobile-width) {
    font-size: 3rem;
  }
}