Skip to content

Commit

Permalink
fix: rewrite headers style that overlapped content
Browse files Browse the repository at this point in the history
Signed-off-by: Bulat Safiullin <bulat.safiullin@akvelon.com>
  • Loading branch information
bullet03 authored and poiana committed Apr 3, 2023
1 parent d88407d commit 065c137
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion assets/scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,16 @@

.text-decoration-none:hover {
text-decoration: none;
}
}

// Fixes overlapping margin
@include media-breakpoint-up(md) {
h1[id]:before,
h2[id]:before,
h3[id]:before,
h4[id]:before,
h5[id]:before,
h6[id]:before {
display: none;
}
}

0 comments on commit 065c137

Please sign in to comment.