Skip to content

Commit

Permalink
add lines above h1 elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Oct 26, 2024
1 parent f8eff0f commit d63dd8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/aurora/assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ ins {
}
}

h1 {
border-top: 1px gray solid;
padding-top: 15px;
border-radius: 3px;
}

// ------------------------ //
// Import other SASS files //
// ---------------------- //
Expand Down

0 comments on commit d63dd8f

Please sign in to comment.