Skip to content

Commit

Permalink
rm horizontal line and update spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Oct 13, 2023
1 parent fee57e5 commit 341e56b
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,32 +373,23 @@ button {

h1 {
font-size: 1.5em;
padding: 20px 0 20px 0;
}

h1::after {
content:' ';
background: $color-borders;
border: none;
display: block;
width: 100%;
height: 2px;
margin-top: 12px;
padding: 20px 0 12px 0;
}

h2 {
font-size: 1.125em;
font-family: "ExpensifyNewKansas", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

h3 {
font-size: 1em;
font-family: "ExpensifyNeue", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

h2,
h3 {
font-family: "ExpensifyNewKansas", "Helvetica Neue", "Helvetica", Arial, sans-serif;
margin: 0;
padding: 20px 0 12px 0;
padding: 12px 0 12px 0;
}

blockquote {
Expand Down

0 comments on commit 341e56b

Please sign in to comment.