Skip to content

Commit

Permalink
h2 a bit smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
katjad committed Jan 23, 2018
1 parent f6c0463 commit 42e2492
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions themes/codehub/sass/_tablet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ h2, h3{
}

h2 {
font-size: em(28px);
line-height: line-height(28px);
font-size: em(24px);
line-height: line-height(24px);
}

h3{
Expand Down
4 changes: 2 additions & 2 deletions themes/codehub/stylesheets/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ h2, h3 {
}

h2 {
font-size: 1.75em;
line-height: 1.71429em;
font-size: 1.5em;
line-height: 2em;
}

h3 {
Expand Down
4 changes: 2 additions & 2 deletions themes/codehub/stylesheets/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ li.categories {
}

h2 {
font-size: 1.75em;
line-height: 1.71429em;
font-size: 1.5em;
line-height: 2em;
}

h3 {
Expand Down

0 comments on commit 42e2492

Please sign in to comment.