reduce repeated deserialization

This commit is contained in:
Luke Pulverenti 2016-07-01 11:04:08 -04:00
parent cbea3feffa
commit 03f6628c2f
10 changed files with 22 additions and 9 deletions

View file

@ -643,6 +643,19 @@ progress {
margin: 0 0 2em;
}
@media all and (min-width: 1280px) {
.supporterPromotionContainer {
position: fixed;
top: 120px;
right: 0;
}
}
.fullWidthContent .supporterPromotionContainer {
position: static!important;
}
@media all and (min-width: 800px) {
.supporterPromotionContainer {