added headroom scrolling

This commit is contained in:
Luke Pulverenti 2015-05-04 10:35:38 -04:00
parent feffdb0bd4
commit 19fd673e46
12 changed files with 470 additions and 28 deletions

View file

@ -204,6 +204,16 @@
color: #ddd;
}
/*.cardBox:not(.visualCardBox) .outerCardFooter .cardText {
font-size: 14px;
background: rgba(51, 51, 51,.6);
padding: 5px;
}*/
.cardBox:not(.visualCardBox) .outerCardFooter .cardText:last-child {
margin-bottom: 2em;
}
@media all and (max-width: 600px) {
.packageReviewText {