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; } }