summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/blogs.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-30 17:37:09 -0500
committerJules Laplace <jules@okfoc.us>2015-11-30 17:37:09 -0500
commit5b2ab20ebe971e673f9feb17b18b129eee41ee71 (patch)
tree8ad41b25f4b6036409f24148a63526f6c1dad849 /StoneIsland/www/css/blogs.css
parentb20e782c5cd061740d9d306ee5b13f5feb2c6a62 (diff)
parentc08fe881824b750c56c731e7717cdd567753820b (diff)
Merge branch 'master' of github.com:okfocus/stone-island
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
-rw-r--r--StoneIsland/www/css/blogs.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index 0dd14166..ad8cef2f 100644
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -53,15 +53,16 @@
padding: 10px;
}
-#content .content .body {
+#hub .content .body {
letter-spacing:0.35px;
font-size:12px;
width:calc(100vw - 40px);
box-sizing:border-box;
margin:10px auto 20px;
+ clear:both
}
-#content .content .body:last-child {
+#hub .content .body:last-child {
margin:10px auto 100px;
}
@@ -237,6 +238,7 @@ ul.links {
}
#archive .menu .items {
width: 100%;
+
}
#archive .menu .item:first-of-type {
border-top: 1px solid black;
@@ -246,6 +248,9 @@ ul.links {
text-align: center;
border-bottom: 1px solid black;
background: white;
+ padding:12px 0;
+ font-size:14px;
+ letter-spacing:0.7px
}
#archive .scroll {