Skip to content

Commit

Permalink
assets/_sections-list: remove centering styling from section image an…
Browse files Browse the repository at this point in the history
…d make it cover div fixes #2446
  • Loading branch information
philli-m authored and fuzzylogic2000 committed Mar 3, 2022
1 parent 7c994c5 commit b989650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion euth_wagtail/assets/scss/components/_sections-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ $sectionslist-gutter: 14px;
.sectionslist-image {
height: 250px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-position: center;
background-size: cover;

&.blue {
background-color: $brand-brand1;
Expand Down

0 comments on commit b989650

Please sign in to comment.