Skip to content

Commit

Permalink
Fix alignment for multiperk vs not-multiperk divs
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaminSarge committed Jun 29, 2024
1 parent d604f1b commit 4f8d4ac
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/app/item-feed/Highlights.m.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
margin-left: -3px;
padding-left: 4px;
}

.multiPerk {
border-left: 2px solid #888;
padding-left: 2px;
}
}

.perk {
display: flex;
flex-direction: row;
Expand All @@ -29,10 +35,6 @@
margin-left: -1px;
}
}
.multiPerk {
border-left: 2px solid #888;
padding-left: 2px;
}

.stats {
margin: 4px 0 0 0;
Expand Down

0 comments on commit 4f8d4ac

Please sign in to comment.