diff options
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
| -rw-r--r-- | StoneIsland/www/css/blogs.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index 77304daa..52dd73c1 100644 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -163,4 +163,23 @@ ul.links { -webkit-padding-start: 0px!important +} + +.archive h1 { + font-size:26px; + border-bottom:0; + margin-top:8px; + padding-bottom:0; + line-height:24px; +} + +.archive .subtitle { + box-sizing:border-box; + width:calc(100vw - 10px); + position:relative; + text-align:center; + margin:0 0 12px; + padding:0; + font-weight:bold; + font-size:14px; }
\ No newline at end of file |
