Skip to content

Commit

Permalink
update skills style
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Jan 18, 2024
1 parent f6eefba commit b0e7cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/skills/SkillsSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const skills = await getCollection("skill");
<style>
ul {
display: grid;
grid-template-columns: repeat(auto-fill, clamp(150px, 20vw, 200px));
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
gap: 16px;
justify-content: space-around;
padding: 0;
Expand Down

0 comments on commit b0e7cfa

Please sign in to comment.