Skip to content

Commit

Permalink
update font size in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
cew821 committed Aug 24, 2015
1 parent 80c0e60 commit 66bb89e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/_sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,11 @@ $slimmer: new-breakpoint(min-width 641px max-width 980px 12);
@include media($mobile) {
p {
font-size: 16px;
line-height: 24px;
// line-height: 24px;
}
ol, li {
font-size: 14px;
line-height: 20px;
font-size: 16px;
// line-height: 20px;
}

h2, h3, p, ol, ul {
Expand Down

0 comments on commit 66bb89e

Please sign in to comment.