From 59ac69c35d3d607732ddb3ccb628476440cf2cc8 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Mon, 15 Jul 2013 14:48:14 -0500 Subject: [PATCH] Merging in more of Scott's changes from /public to /new-Design --- .../new-Design/assets/css/_project-sass/_project-Base.scss | 6 +++++- .../new-Design/assets/css/_project-sass/_project-Main.scss | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/files/new-Design/assets/css/_project-sass/_project-Base.scss b/files/new-Design/assets/css/_project-sass/_project-Base.scss index 8538c073..838ee5fc 100644 --- a/files/new-Design/assets/css/_project-sass/_project-Base.scss +++ b/files/new-Design/assets/css/_project-sass/_project-Base.scss @@ -8,7 +8,11 @@ body{background:#CCDF9B} ::selection {background:$c-Brand-1; color:$c-Light; text-shadow:none} // Full container for the entire page. -.page{} +.page{min-height:600px; + @media (max-device-width:480px), screen and (max-width:800px){ + min-height:25px; + } +} // Generic tag to wrap around content within sections to apply a max width to the interior content // while allowing for larger sections to expand the whole page for BG purposes diff --git a/files/new-Design/assets/css/_project-sass/_project-Main.scss b/files/new-Design/assets/css/_project-sass/_project-Main.scss index ff492ab6..bd479364 100644 --- a/files/new-Design/assets/css/_project-sass/_project-Main.scss +++ b/files/new-Design/assets/css/_project-sass/_project-Main.scss @@ -52,6 +52,7 @@ @include box-shadow($bs-4); display:block; padding:$spacing*2; + width:100%; } } }