Skip to content

Commit

Permalink
Reset line height in parent element
Browse files Browse the repository at this point in the history
  • Loading branch information
jazairi committed Jun 6, 2024
1 parent 4da6cae commit 98caf53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/partials/_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
padding: 2rem;
border-top: 1px solid $brand-primary;
font-size: $fs-small;
line-height: 0;

&::before {
font-weight: $fw-bold;
&::marker {
font-size: 2.5rem;
line-height: 1.1;
font-weight: $fw-bold;
}

.record-title {
Expand Down

0 comments on commit 98caf53

Please sign in to comment.