diff --git a/assets/scss/content.scss b/assets/scss/content.scss index 80461f682..2f3db4810 100644 --- a/assets/scss/content.scss +++ b/assets/scss/content.scss @@ -327,4 +327,11 @@ } } +} + +@media only screen and (max-width: $mobile-max-width) { + + .SubscribeForm { + display: none !important; + } } \ No newline at end of file diff --git a/assets/scss/live.scss b/assets/scss/live.scss index 6f08044cb..a94fd87f0 100644 --- a/assets/scss/live.scss +++ b/assets/scss/live.scss @@ -545,6 +545,10 @@ img { width: 373px !important; } + + .button { + right: 15px !important; + } } }