summaryrefslogtreecommitdiff
path: root/_sass/layout/_home.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/layout/_home.scss')
-rw-r--r--_sass/layout/_home.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/_sass/layout/_home.scss b/_sass/layout/_home.scss
deleted file mode 100644
index 298e6b9..0000000
--- a/_sass/layout/_home.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-.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;
- }
-}