Merging in more of Scott's changes from /public to /new-Design

This commit is contained in:
Victoria Wang 2013-07-15 14:48:14 -05:00
parent 1bd86237d7
commit 59ac69c35d
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -52,6 +52,7 @@
@include box-shadow($bs-4);
display:block;
padding:$spacing*2;
width:100%;
}
}
}