Skip to content

Commit

Permalink
fix(front): adjusts category tag breakpoints/margins when multiple rows
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 7, 2023
1 parent b675dec commit 9add77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/lib/styles/pages/category.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@
opacity: 0.7;
transition-duration: var(--transition-duration);
transition-property: opacity, background-color, color;
margin: 0 0.33rem 0 0;
margin: 0 0.5rem 0 0;
color: var(--fg-clr);
font-size: 0.75rem;
font-family: var(--font-ps);
@media screen and (min-width: 480px) {
margin-right: 0.5rem;
margin-bottom: 0.33rem;
box-shadow: var(--shadow-elevation-low);
border: thin solid var(--tag-border-clr);
border-radius: 1.5rem;
Expand Down

0 comments on commit 9add77a

Please sign in to comment.