summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss17
1 files changed, 11 insertions, 6 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 25533c770..403e84521 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -22,11 +22,17 @@
width: 825px;
}
.post-body {
- padding-left: 0;
border: none;
margin: 0;
}
}
+ .post-body {
+ float: none;
+ width: 750px;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ margin: 0;
+ }
.post__content {
width: 920px;
}
@@ -63,10 +69,6 @@
}
}
}
- .post-body {
- float: none;
- width: 750px;
- }
}
}
}
@@ -89,6 +91,7 @@
margin-left: 60px;
padding-left: 10px;
border-left: 4px solid #EEE;
+ margin-bottom: 10px;
div.post-profile-img__container {
.post-profile-img {
display: none;
@@ -98,7 +101,6 @@
width: 825px;
}
.post-body {
- padding-left: 0;
border: none;
margin: 0;
}
@@ -135,6 +137,9 @@
}
}
.post-body {
+ margin: 0;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
float: none;
width: 750px;
}