Limit image size in banner element
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user