mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
16 lines
261 B
SCSS
16 lines
261 B
SCSS
.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;
|
|
}
|
|
}
|