Skip to content

Commit

Permalink
Merge pull request #24 from maartenpaauw/bugfix/skills-container-min-…
Browse files Browse the repository at this point in the history
…width

[fix] Use min-width instead of width
  • Loading branch information
davcd authored May 3, 2022
2 parents 884af7e + 66c4498 commit 0f61ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/scss/skills.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

.article {
break-inside: avoid-column;
width: $skills-column-width;
min-width: $skills-column-width;
padding-top: $space-2;

span {
Expand Down
2 changes: 1 addition & 1 deletion assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ li {
column-gap: 10px; }
.skills .container .article {
break-inside: avoid-column;
width: 120px;
min-width: 120px;
padding-top: 20px; }
.skills .container .article span {
display: block;
Expand Down

0 comments on commit 0f61ca9

Please sign in to comment.