• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.layout--landing {
2  .heros {
3    max-width: map-get($layout, content-max-width) * 2;
4    margin-right: auto;
5    margin-left: auto;
6  }
7  .hero {
8    img {
9      display: block;
10      width: 100%;
11      margin: 0 auto;
12    }
13  }
14  .hero__content {
15    margin-bottom: 0;
16  }
17  .hero__cover {
18    max-width: map-get($layout, content-max-width);
19  }
20  .hero__cover--full-width {
21    max-width: none;
22  }
23}