Skip to content

Commit

Permalink
wallets: Decrease left margin
Browse files Browse the repository at this point in the history
This decreases the left margin to ensure that all features will fit on
one line and that they do not wrap.
  • Loading branch information
wbnns committed Mar 13, 2020
1 parent bf78e17 commit b4818af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_wallets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ $scores: good $black 600, pass $black 600, neutral $black 600, fail $black 600;
.features-element {
display: flex;
padding: 15px 0;
margin-left: 50px;
margin-left: 36px;
}
.feature-header {
border-top: 1px solid #DADADA;
Expand Down

0 comments on commit b4818af

Please sign in to comment.