summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/blogs.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-22 22:25:39 -0500
committerJules Laplace <jules@okfoc.us>2015-11-22 22:25:39 -0500
commit4ae4be56b03eedc20a0f9ac65c970d4c426a8cb6 (patch)
treed72782a812e848bc7689cc06f0e97b76e12ffffb /StoneIsland/www/css/blogs.css
parentafde9fd65fd6221b47504cc2c32d7f80c8654aa4 (diff)
parent2a1512a57e2eb98a2e6d95094c49a90de09019cf (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.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index c8a04a1c..239e99bf 100644
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -186,4 +186,17 @@ ul.links {
padding:0;
font-weight:bold;
font-size:14px;
+}
+
+/* NOTE: not really sure how this is going to work on the archive page
+ based on the pdf mockup */
+
+.archive .above {
+ width:calc(100vw - 80px);
+ box-sizing:border-box;
+ margin:0 auto;
+}
+
+.archive h2 {
+font-size:32px
} \ No newline at end of file