From 04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 26 Aug 2016 18:43:47 +0200 Subject: use summaries --- static/css/custom.css | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'static/css/custom.css') diff --git a/static/css/custom.css b/static/css/custom.css index e483312..29226cd 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -3,13 +3,6 @@ body { background-color: #FCFCFC; } -h1 { font-size: 2.1rem; } -h2 { font-size: 1.9rem; } -h3 { font-size: 1.7rem; } -h4, -h5, -h6 { font-size: 1.5rem; } - img { max-width: 100%; height: auto; @@ -24,20 +17,12 @@ footer { text-align: center; } -main { - margin: 4rem 0; -} - -.container { - width: 90%; - max-width: 600px; -} - .site-title { margin-top: 2rem; } .entry-title { + margin-top: 2rem; margin-bottom: 0; } @@ -46,8 +31,6 @@ main { } .entry-meta { - display: inline-block; - margin-bottom: 2rem; font-size: 1.7rem; color: #888; } -- cgit v1.3.1