Post content styles for mobile

This commit is contained in:
Joel Glovier 2014-02-17 16:58:12 -05:00
parent 1c5ed75e72
commit aa4280904a
1 changed files with 8 additions and 0 deletions

View File

@ -334,4 +334,12 @@ a:visited { color: #205caa; }
margin: 0; 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; }
} }