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%; } } }