Skip to content

Commit

Permalink
feat: spacing between items in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMetodiev committed Oct 28, 2020
1 parent fc1210c commit 16be7b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/styles/item-modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,16 @@ body {
text-transform: uppercase;
font-weight: 400;
font-size: var(--fs-large);
margin-bottom: 0.25em;
}

.item-modal__category--shopping {
color: var(--clr-fg-shopping);
}

.icon {
margin-bottom: 1.25em;
}
.item-modal .item-modal__title {
font-weight: 500;
font-size: var(--fs-large);
Expand All @@ -103,6 +107,7 @@ body {
}

.item-modal .item-modal__description {
margin-top: 1.25em;
font-size: var(-fs-medium);
max-height: 6em;
overflow-y: auto;
Expand Down

0 comments on commit 16be7b2

Please sign in to comment.