Skip to content

Commit

Permalink
up-for-grabs#1160 adjust popular tags container for better responsive…
Browse files Browse the repository at this point in the history
… styling
  • Loading branch information
cweave committed Oct 23, 2022
1 parent c72a525 commit dd588b4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,12 @@ form {
width: 16px;
}

.popular-tags {
display: flex;
flex-wrap: wrap;
gap: 1em 0.5em;
}

.popular-tags a {
display: inline-flex;
align-content: center;
Expand All @@ -879,10 +885,6 @@ form {
transition: all 0.3s;
}

.popular-tags a:not(:last-of-type) {
margin-right: 0.35em;
}

.popular-tags a:hover,
.popular-tags a:focus,
.popular-tags a:focus-within {
Expand Down

0 comments on commit dd588b4

Please sign in to comment.