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.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index eec08b1e5..cb1191fe3 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -136,6 +136,13 @@
}
}
+ &.post--comment {
+ .post__body {
+ margin-top: 5px;
+ padding: 2px 0 0 7px;
+ }
+ }
+
&.other--root {
&.post--comment {
.post__header {
@@ -309,7 +316,9 @@
.row--invite {
.col-sm-6 {
- padding: 0;
+ &:first-child {
+ padding-right: 15px;
+ }
}
}