Adjust newsletterform height in mobile view

This commit is contained in:
Björn Fromme
2018-06-13 13:10:31 +02:00
parent a278611d9f
commit b33e5292b1
@@ -1,6 +1,6 @@
.newsletterform { .newsletterform {
border: none; border: none;
height: 120px; height: 150px;
@include mq($from: tablet) { @include mq($from: tablet) {
height: 75px; height: 75px;