Skip to content

Commit

Permalink
Reduce space between wallet features on Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchorman committed Mar 12, 2020
1 parent ed8d383 commit bf78e17
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions _sass/_wallets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,24 222,30 @@ $scores: good $black 600, pass $black 600, neutral $black 600, fail $black 600;
line-height: 34px;
}
.features {
border-top: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
display: flex;
justify-content: center;
max-width: 100%;
margin: 39px auto 0;
display: flex;
padding: 0 15px;
}
.features-elements {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
border-top: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
padding-right: 15px;
}
.features-element {
display: flex;
padding: 15px 0;
margin-left: 15px;
margin-left: 50px;
}
.feature-header {
border-top: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
padding-left: 15px;
}
.features-title {
padding: 8px 0;
Expand Down Expand Up @@ -483,10 489,18 @@ $scores: good $black 600, pass $black 600, neutral $black 600, fail $black 600;
display: flex;
width: 100%;
}
.feature-header {
padding: 0;
border: none;
}
.features-elements {
border-top: none;
padding: 0 0 4px;
}
.features-element {
justify-content: space-between;
width: 100%;
margin-bottom: 12px;
margin: 0 0 12px;
padding: 0;
}
.information-icon {
Expand Down

0 comments on commit bf78e17

Please sign in to comment.