Limit image size in banner element

This commit is contained in:
Björn Fromme
2019-09-27 13:39:58 +02:00
parent 8dea5bac47
commit e7ba0bae9a
@@ -201,6 +201,10 @@
width:100%; width:100%;
border-radius: 100%; border-radius: 100%;
height:auto; height:auto;
@include mq($until: tablet) {
max-width: 50%;
margin: 0 auto;
}
} }
} }
&.ep-newsletter{ &.ep-newsletter{