aboutsummaryrefslogtreecommitdiff
path: root/assets/styles/components/hero.scss
blob: db994397cdc939ada164e9cc2185fe74a94ce715 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero h1 {
  font-weight: lighter;
  text-align: center;
  letter-spacing: -2px;
  line-height: 58px;
}

@media(max-width: 768px) {
  .header h1 {
    font-size: 26px;
  }
}