summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/sass-files/sass/partials/_post.scss21
1 files changed, 6 insertions, 15 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 937b08084..31ad586ba 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -417,12 +417,6 @@ body.ios {
background-color: beige;
}
- ul {
- margin: 0;
- padding: 0;
- }
-
-
p {
margin: 0;
line-height: 1.6em;
@@ -671,20 +665,17 @@ body.ios {
@include legacy-pie-clearfix;
width: calc(100% - 75px);
- img {
- max-height: 400px;
- }
-
- ul {
- margin-bottom: 0.6em;
- padding: 5px 0 0 20px;
+ p {
+ margin: 0 0 0.4em;
}
- ul + p {
- margin-top: 1em;
+ img {
+ max-height: 400px;
}
ul, ol {
+ margin-bottom: 0.4em;
+
p {
margin-bottom: 0;
}