Reduce padding

This commit is contained in:
Jorik Schellekens 2020-04-29 15:29:25 +01:00
parent 37e8dc0477
commit 6c3e3161de

View file

@ -27,6 +27,7 @@ $right-padding: 5px;
display: flex;
flex-direction: row;
align-items: flex-start;
padding-top: 0;
> * {
margin-right: $right-padding;