Skip to content

Commit

Permalink
docs: icon page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Sep 16, 2024
1 parent f6b8678 commit f519150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/icons/icons.11ty.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = class IconsPage {
padding: 0;
list-style-type: none;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(95px, auto));
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: var(--rh-space-sm);
}
</style>
Expand Down Expand Up @@ -65,7 +65,7 @@ module.exports = class IconsPage {
<rh-button accessible-label="Copy icon HTML for ${set} ${icon}"
icon="${icon}"
icon-set="${set}"
variant="link">${icon}</rh-button>
variant="tertiary">${icon}</rh-button>
</li>
`;
}
Expand Down

0 comments on commit f519150

Please sign in to comment.