diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-26 18:43:47 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-26 18:43:47 +0200 |
| commit | 04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa (patch) | |
| tree | 3058f165b7ebeffe8c9c13ebc19bd515fb19f071 /static/css/custom.css | |
| parent | 4f376d817910f3cd40f7456b0b5b1a7903485fb6 (diff) | |
| download | blog-04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa.tar.gz blog-04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa.zip | |
use summaries
Diffstat (limited to 'static/css/custom.css')
| -rw-r--r-- | static/css/custom.css | 19 |
1 files changed, 1 insertions, 18 deletions
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; } |
