summaryrefslogtreecommitdiff
path: root/_sass/layout/_home.scss
blob: 298e6b9da063904044d2be629f8df4cab35f45ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.layout--home {
  .pagination {
    margin: map-get($spacers, 4) 0;
  }
  .pagination__menu {
    max-width: 100%;
    @include overflow(auto);
  }
  .pagination__omit {
    color: $text-color-l;
  }
  .items {
    margin-top: map-get($spacers, 4) * 1.5;
  }
}