reduce repeated deserialization
This commit is contained in:
parent
cbea3feffa
commit
03f6628c2f
10 changed files with 22 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue