From 48e487f6146a721aedeb8d0d0009b51f4447cbb2 Mon Sep 17 00:00:00 2001 From: José Mota Date: Fri, 29 Nov 2013 12:47:48 +0000 Subject: Update CSS a bit. --- _config.yml | 2 +- css/main.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index c89b5bc..a518046 100644 --- a/_config.yml +++ b/_config.yml @@ -15,8 +15,8 @@ paginate: 10 future: true lsi: false pygments: true -markdown: rdiscount permalink: date +markdown: redcarpet maruku: use_tex: false diff --git a/css/main.css b/css/main.css index 31d0c02..4d30a64 100644 --- a/css/main.css +++ b/css/main.css @@ -2,7 +2,7 @@ body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, blockquote, code, pre { margin: 0; padding: 0; color: #444444; - font-size: 14px; + font-size: 18px; font-family: "PT Serif", Georgia, serif; -webkit-font-smoothing: antialiased; } @@ -38,7 +38,7 @@ a:hover { } p, li { - line-height: 18px; } + line-height: 1.4em; } h2 { line-height: 18px; @@ -84,9 +84,9 @@ hr { #bucket { background: rgba(255,255,255,.8); - width: 480px; + width: 720px; margin: 120px auto; - padding: 35px; + padding: 2.8em; box-sizing: border-box; box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 5px 5px rgba(0, 0, 0, 0.45); position: relative; -- cgit v1.2.3-54-g00ecf