Skip to content

Commit

Permalink
assets/base: restyle hr as BO styles break in safari fixes #879
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m committed Oct 26, 2023
1 parent 9cb3c59 commit 5a607a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions digitalstrategie/assets/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ h5 {
h1 {
margin-bottom: 0.9em !important; // all h1 have same spacing as landing page
}

// fix for safari break on shorthand border with issue #879
hr {
border: none;
border-bottom: 1px solid $gray;
}

0 comments on commit 5a607a4

Please sign in to comment.