Skip to content

Commit

Permalink
TCCP: Remove extraneous border from card list
Browse files Browse the repository at this point in the history
  • Loading branch information
contolini committed May 7, 2024
1 parent 32a954b commit ce00216
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cfgov/unprocessed/apps/tccp/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,6 @@
// Only show the first 10 results
html.js .o-filterable-list-results--partial {
.o-card-group__cards {
.m-card:nth-child(10) {
border-bottom: 1px solid @table-border;
margin-bottom: unit((10px / @base-font-size-px), rem);
}

.u-show-more {
display: none;
}
Expand Down

0 comments on commit ce00216

Please sign in to comment.