Adjust premium splash in homepage customization modal

This commit is contained in:
Raphael Wickihalder 2022-03-23 20:27:08 +01:00 committed by Thomas Zarebczan
parent 56ae81198a
commit ec6cb7380b

View file

@ -317,6 +317,14 @@
}
.modal {
@media (min-width: $breakpoint-xlarge) {
.membership-splash {
padding-left: 0rem;
padding-right: 0rem;
margin-left: 0rem;
margin-right: 0rem;
}
}
@media (min-width: $breakpoint-small) {
.membership-splash {
padding-left: unset;