diff options
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
| -rw-r--r-- | StoneIsland/www/css/blogs.css | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index 854c51d0..220cb2bf 100644 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -211,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 { @@ -268,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 { |
