From 14151bc4bb95e964872fa1415738fc3895a373d4 Mon Sep 17 00:00:00 2001 From: OMBEgovRecords Date: Thu, 10 Mar 2016 13:09:21 -0500 Subject: [PATCH] Revert "Quick fix for mobile device styles" --- _layouts/default.html | 8 ++++---- assets/css/styles.scss | 17 +++++++---------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index a055f85..1f52c2c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -43,9 +43,9 @@
-
- Discuss | - Edit | +

@@ -53,7 +53,7 @@

- +
{% include sidebar.html %} diff --git a/assets/css/styles.scss b/assets/css/styles.scss index d56156d..3ad0e10 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -14,7 +14,7 @@ $link-active: #002d72; $link-hover: #7eb8dd; $header-height: 80px; -$header-height-mobile: 95px; +$header-height-mobile: 65px; // Fonts $serif: "Merriweather", "Georgia", "Times New Roman", serif; @@ -104,6 +104,7 @@ header { color: $white; position: fixed; + height: $header-height; width: 100%; h1 { @@ -123,20 +124,16 @@ header { } } +aside { + @include span-columns(3.25); + margin-top: $header-height; +} + article { @include shift(0.25); @include span-columns(8); margin-bottom: 20px; margin-top: $header-height; - overflow: hidden; // accomdate long link text on mobile devices -} - -@media screen and (min-width: 600px) { - - .header_menu { - float: right; - } - } @media screen and (max-width: 600px) {