diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/css')
| -rw-r--r-- | StoneIsland/platforms/ios/www/css/blogs.css | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/StoneIsland/platforms/ios/www/css/blogs.css b/StoneIsland/platforms/ios/www/css/blogs.css index f18b27f8..220cb2bf 100644 --- a/StoneIsland/platforms/ios/www/css/blogs.css +++ b/StoneIsland/platforms/ios/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; } @@ -207,8 +211,18 @@ ul.links { font-size:14px; } + .archive h2 { - font-size:32px + font-size: 25px; + font-weight: normal; +} +.archive h2 b { + font-size: 28px; +} +.archive .body { + font-size: 14px; + line-height: 1.2em; + font-weight: 100; } #archive .heading { @@ -264,16 +278,23 @@ ul.links { top: 0; left: 0; height: 100%; } +#archive .row:first-of-type { + margin-top: 7em; +} +#archive .row:last-of-type { + margin-bottom: 10em; +} #archive .row { position: relative; min-height: 80vh; -webkit-perspective: 500px; perspective: 500px; + margin-bottom: 5em; } #archive .row .image { width: 100%; height: 100%; background-repeat: no-repeat; - background-size: 80% auto; + background-size: contain; background-position: center center; } #archive .row.loading .image { @@ -313,4 +334,5 @@ content:''; top:50%; left:50%; transform:translateY(-50%) translateX(-50%); -}
\ No newline at end of file +} + |
