Skip to content

Commit

Permalink
Make text easier to read on small viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
hypertexthero authored Nov 30, 2016
1 parent 742d40f commit 843d41c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ p + p {
p + ul, p + ol, p + dl {margin-bottom:1.5em;}
p.lead + p {
text-indent:0;

}

blockquote {border-left:5px solid #eee; padding-left:1.5em; margin:1em 0;}
Expand All @@ -99,5 +98,7 @@ hr {height:0; color:#eee; border:1px solid #eee; margin:2em 0 1em;}
.pull-left {float:left; margin:0.5em 2em 1em 0;}
.pull-right {float:right; margin:0.5em 0 1em 2em;}



@media (max-width:500px) {
body {font-size:80%;}
img {max-width:100% !important; height:auto !important; float:none !important;}
}

0 comments on commit 843d41c

Please sign in to comment.