Skip to content

Commit

Permalink
Merge pull request #193 from MITLibraries/gdt-314-truncated-list-markers
Browse files Browse the repository at this point in the history
Accommodate multi-digit list markers
  • Loading branch information
jazairi committed May 29, 2024
2 parents a771df4 + 10a405f commit ab1dfb6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/assets/stylesheets/partials/_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
margin-top: 0;
}
}

.results-list {
@media (max-width: $bp-screen-md) {
.result {
padding-left: 0;
padding-right: 0;
margin-left: 3rem;
}
}
}
}

.result {
Expand Down

0 comments on commit ab1dfb6

Please sign in to comment.