Skip to content

Commit ab1dfb6

Browse files
authored
Merge pull request #193 from MITLibraries/gdt-314-truncated-list-markers
Accommodate multi-digit list markers
2 parents a771df4 + 10a405f commit ab1dfb6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/assets/stylesheets/partials/_results.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828
margin-top: 0;
2929
}
3030
}
31+
32+
.results-list {
33+
@media (max-width: $bp-screen-md) {
34+
.result {
35+
padding-left: 0;
36+
padding-right: 0;
37+
margin-left: 3rem;
38+
}
39+
}
40+
}
3141
}
3242

3343
.result {

0 commit comments

Comments
 (0)