aboutsummaryrefslogtreecommitdiffstats
path: root/site/docs/_sass/_layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/_sass/_layout.scss')
-rw-r--r--site/docs/_sass/_layout.scss37
1 files changed, 0 insertions, 37 deletions
diff --git a/site/docs/_sass/_layout.scss b/site/docs/_sass/_layout.scss
deleted file mode 100644
index d85d0592..00000000
--- a/site/docs/_sass/_layout.scss
+++ /dev/null
@@ -1,37 +0,0 @@
-// Bits and pieces from Minima Jekyll Layout
-// The MIT License (MIT) Copyright (c) 2016 Parker Moor
-
-// Site header
-.site-header {
- border-top: 5px solid $grey-color-dark;
- border-bottom: 1px solid $grey-color-light;
- min-height: 56px;
-
- // Positioning context for the mobile navigation icon
- position: relative;
-}
-
-.site-title {
- font-size: 26px;
- font-weight: 300;
- line-height: 56px;
- letter-spacing: -1px;
- margin-bottom: 0;
- float: left;
-
- &,
- &:visited {
- color: $grey-color-dark;
- }
-}
-// Site footer
-.site-footer {
- border-top: 1px solid $grey-color-light;
- padding: $spacing-unit 0;
-}
-
-// Page content
-.page-content {
- padding: $spacing-unit 0;
-}
-