Skip to content

Commit

Permalink
Merge pull request #8408 from cfpb/ans_ask_cards_css
Browse files Browse the repository at this point in the history
Ask Cards: Remove right-hand padding
  • Loading branch information
anselmbradford committed May 13, 2024
2 parents 32c6cf1 + 3b4da58 commit f5d6a70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions cfgov/unprocessed/apps/ask-cfpb/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,6 @@
}
});

.question-categories {
// Tablet and above.
.respond-to-min(@bp-sm-min, {
padding-right: unit(@grid_gutter-width / 2 / @base-font-size-px, em);
});
}

.o-search-bar__input {
max-width: 31.25rem;
}
Expand Down
2 changes: 1 addition & 1 deletion cfgov/v1/jinja2/v1/includes/organisms/feature-cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="u-show-on-mobile u-mt45">
{% endfor %}
</ul>

<div class="u-hide-on-mobile question-categories u-mb30">
<div class="u-hide-on-mobile u-mb30">
<div class="o-card-group o-card-group--column-2">
<div class="o-card-group__cards">

Expand Down

0 comments on commit f5d6a70

Please sign in to comment.