Skip to content

Commit

Permalink
Modify design of tag cloud page
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Feb 22, 2024
1 parent 30b2ecd commit b7b7a98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/blog/app/tags/page.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.tag-cloud {
display: flex;
padding: $global-navigation-height + 20px 12px 10px;
width: clamp(0px, map-get($container-width, "large"), 100%);
margin: 0 auto;
// padding-right = padding-left + half of tag width
padding: $global-navigation-height + 20px 12px 10px 12px + 15px;
flex-wrap: wrap;
gap: 12px;

Expand Down

0 comments on commit b7b7a98

Please sign in to comment.