summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-02 16:56:20 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-02 16:56:20 -0600
commit02891ce62b02c1f20c6cf54a3ad2f9ce437904aa (patch)
tree112707aee3c0c3e756edaf6ab2788252ee200175
parentd6910087feae6cd30141a615f2de753c37af14b8 (diff)
margins on story
-rw-r--r--StoneIsland/www/css/blogs.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index e0fea9f3..e1d78f76 100644
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -53,7 +53,7 @@
padding: 10px;
}
-#hub .content .body {
+#hub .content .body, #story .content .body {
letter-spacing:0.35px;
font-size:12px;
width:calc(100vw - 40px);
@@ -62,10 +62,14 @@
clear:both
}
-#hub .content .body:last-child {
+#hub .content .body:last-child {
margin:10px auto 100px;
}
+#story .content .body:last-child {
+ margin:10px auto 50px;
+}
+
.hub_item {
position: relative;
}
@@ -307,4 +311,5 @@ content:'';
top:50%;
left:50%;
transform:translateY(-50%) translateX(-50%);
-} \ No newline at end of file
+}
+