Skip to content

Commit

Permalink
workaround for twbs/bootstrap#21771
Browse files Browse the repository at this point in the history
  • Loading branch information
linsolas authored Mar 9, 2017
1 parent e30f7ec commit 1b1a58a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
}
*/

/* Bootstrap v4 correction when trying to print the page: https://github.com/twbs/bootstrap/issues/21771 */
h1::first-letter {
margin-top: 0;
}

body {
background-color: #f5f5f5;
}
Expand Down

0 comments on commit 1b1a58a

Please sign in to comment.