summaryrefslogtreecommitdiff
path: root/_sass/layout/_landing.scss
blob: 752d4e72b4db291991f1f706073660e70da77c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.layout--landing {
  .heros {
    max-width: map-get($layout, content-max-width) * 2;
    margin-right: auto;
    margin-left: auto;
  }
  .hero {
    img {
      display: block;
      width: 100%;
      margin: 0 auto;
    }
  }
  .hero__content {
    margin-bottom: 0;
  }
  .hero__cover {
    max-width: map-get($layout, content-max-width);
  }
  .hero__cover--full-width {
    max-width: none;
  }
}