Adjust height of newsletter form iframe

This commit is contained in:
Björn Fromme
2019-01-17 09:57:15 +01:00
parent 67c8d7d4f4
commit 087a1bf1fa
@@ -1,8 +1,4 @@
.newsletterform {
border: none;
height: 150px;
@include mq($from: tablet) {
height: 75px;
}
height: 360px;
}