Skip to content

Commit

Permalink
fix bug with .text-size margins
Browse files Browse the repository at this point in the history
  • Loading branch information
isradeleon committed Nov 30, 2019
1 parent c6e2076 commit 2d8e238
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ body {
scrollbar-width: thin;
scrollbar-color: lightgray #ececec; }

h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6, [class*="text-size-"]:not(.link):not(.btn) {
margin-top: 1rem;
margin-bottom: 0.5rem; }
margin-bottom: 0.6rem; }

h1, h1 * {
font-size: 2rem; }
Expand Down
4 changes: 2 additions & 2 deletions base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ body{
scrollbar-width: thin;
scrollbar-color: lightgray #ececec;
}
h1,h2,h3,h4,h5,h6{
h1,h2,h3,h4,h5,h6,[class*="text-size-"]:not(.link):not(.btn){
margin-top: 1rem;
margin-bottom: 0.5rem;
margin-bottom: 0.6rem;
}
h1, h1 *{
font-size: 2rem;
Expand Down
Loading

0 comments on commit 2d8e238

Please sign in to comment.