Skip to content

Commit

Permalink
Merge 4ccc05c into e616f95
Browse files Browse the repository at this point in the history
  • Loading branch information
jazairi authored May 20, 2024
2 parents e616f95 + 4ccc05c commit 1a36ce2
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: 4rem;
}
}
}
}

.result {
Expand Down

0 comments on commit 1a36ce2

Please sign in to comment.