diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-02 21:01:44 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-02 21:01:44 -0500 |
| commit | e41e64bf4b75d268e0337d770f6dc1c642086c51 (patch) | |
| tree | c9c0204b52a0b0784c56fe97dbb7c089b24611e1 | |
| parent | afe471dd05516695ed44eccbe617dae7af4eddbd (diff) | |
| parent | 02891ce62b02c1f20c6cf54a3ad2f9ce437904aa (diff) | |
Merge branch 'master' of github.com:okfocus/stone-island
| -rw-r--r-- | StoneIsland/www/css/blogs.css | 11 |
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 +} + |
