summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-18 01:19:53 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-18 01:19:53 +0500
commit1005dfb8e4a276fc394c655f891388795cc60b09 (patch)
treebd6e8e6b0ef3074a5796908af78e123364522065 /web/sass-files/sass/partials/_responsive.scss
parentdafc49dcaead4ba7a0210aebc578ba258c991261 (diff)
downloadchat-1005dfb8e4a276fc394c655f891388795cc60b09.tar.gz
chat-1005dfb8e4a276fc394c655f891388795cc60b09.tar.bz2
chat-1005dfb8e4a276fc394c655f891388795cc60b09.zip
Updating margins
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 5497e2c6c..a34bbe8d8 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -5,7 +5,8 @@
&.post--comment {
&.other--root {
.post-comment {
- margin-left: 0;
+ margin-left: -7px;
+ background: #e8e8e8;
}
}
}
@@ -82,7 +83,8 @@
&.post--comment {
&.other--root {
.post-comment {
- margin-left: 0;
+ margin-left: -7px;
+ background: #e8e8e8;
}
}
}
@@ -578,7 +580,7 @@
&.post--comment {
&.other--root {
.post-comment {
- margin-left: 11px;
+ margin-left: 4px;
}
}
}