Skip to content

Commit

Permalink
Remove padding from heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitcheljager committed Sep 17, 2019
1 parent 6637883 commit 484ce2b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/assets/stylesheets/general/_titles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,10 @@ h5 {
}

.heading__title {
padding-right: $margin / 2;
margin: 0;
line-height: .75em;
white-space: nowrap;

@include media-min(sm) {
padding-right: $margin;
}

.heading--small & {
padding-right: $margin / 2;
}

a {
color: var(--title-color);
text-decoration: none;
Expand Down

0 comments on commit 484ce2b

Please sign in to comment.