summaryrefslogtreecommitdiff
path: root/StoneIsland
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland')
-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 f18b27f8..854c51d0 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;
}
@@ -313,4 +317,5 @@ content:'';
top:50%;
left:50%;
transform:translateY(-50%) translateX(-50%);
-} \ No newline at end of file
+}
+