Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Sep 20, 2022
1 parent ab1a200 commit 785fbc2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/less/listing-cards.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ each(range(5), {
}
}


// over specific due to blocks.less override
.u-item.listing-item {
a,
Expand All @@ -70,14 +69,14 @@ each(range(5), {
}

.listing-item {
margin-bottom: 32px;
padding-bottom: 16px;
border-bottom: 1px solid #BCBEC0;
border-bottom: 1px solid #bcbec0;
margin-bottom: 32px;

img {
margin-right: 25px;
max-width: 350px !important;
width: auto;
max-width: 350px !important;
margin-right: 25px;
}

.listing-header {
Expand Down

0 comments on commit 785fbc2

Please sign in to comment.