Skip to content

Commit

Permalink
small margin adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed May 4, 2017
1 parent db368ca commit d5acc36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 1-composition-client-only/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ dd {
#store {
font-weight: 400;
grid-area: store;
margin-top: 5px;
}

#basket {
align-self: baseline;
grid-area: basket;
justify-self: end;
margin-top: 26px;
margin-top: 11px;
}

#basket .empty,
Expand Down

0 comments on commit d5acc36

Please sign in to comment.