From aa4280904abeefcce2d8998cd3b43f8ca32fa8c7 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Mon, 17 Feb 2014 16:58:12 -0500 Subject: [PATCH] Post content styles for mobile --- lib/site_template/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/site_template/css/main.css b/lib/site_template/css/main.css index 5f650f24..576ef4ca 100755 --- a/lib/site_template/css/main.css +++ b/lib/site_template/css/main.css @@ -334,4 +334,12 @@ a:visited { color: #205caa; } margin: 0; } + .post-header h1 { font-size: 36px; } + .post-content h2 { font-size: 28px; } + .post-content h3 { font-size: 22px; } + .post-content h4 { font-size: 18px; } + .post-content blockquote { padding-left: 10px; } + .post-content ul, + .post-content ol { padding-left: 10px; } + } \ No newline at end of file