summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_mobile.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive/_mobile.scss')
-rw-r--r--webapp/sass/responsive/_mobile.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 53a9f6c7d..df615aa13 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -1,6 +1,19 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
+ .prompt {
+ .prompt__heading {
+ display: block;
+
+ > div {
+ &:first-child {
+ display: block;
+ margin: 0 0 1em;
+ }
+ }
+ }
+ }
+
.scrollbar--view {
margin-right: 0 !important;
}
@@ -1092,6 +1105,10 @@
@include translate3d(260px, 0, 0);
}
}
+
+ .integration__icon {
+ display: none;
+ }
}
@media screen and (max-height: 640px) {