Skip to content

Commit

Permalink
Remove handwritten indicators on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
biilmann committed Mar 26, 2013
1 parent 3fc2560 commit fffde92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ p.lead {
small { font-size: 13px; }

@media all and (max-width: 1135px) {
.social-nav { display: none; }
.social { display: none; }
}

@media all and (max-width: 48em) {
Expand All @@ -225,5 +225,6 @@ small { font-size: 13px; }
padding-left: 20px;
padding-right: 20px;
}
.pin { display: nonel }
.pin { display: none; }
.handwritten { display: none; }
}

0 comments on commit fffde92

Please sign in to comment.