Skip to content

Commit

Permalink
clean up last fields styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mswieboda committed Jun 14, 2020
1 parent 18afbde commit 56ac7a6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions react/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ a,
}
}

form .field {
margin: 0 5px 15px 5px;
form {
.field {
margin: 0 5px 15px 5px;

&:last-child {
margin: 0 5px;
}
}
}

0 comments on commit 56ac7a6

Please sign in to comment.