Skip to content

Commit

Permalink
add regwall fix more mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
accbjt committed Mar 18, 2024
1 parent bbd51b1 commit 27e1d16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blocks/subscriptions-block/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,9 @@
@include scss.block-properties("paywall-subscription-dialog");
}
}

@media (min-width: 320px) and (max-width: 480px) {
.b-paywall__overlay {
top: initial;
}
}

0 comments on commit 27e1d16

Please sign in to comment.