Skip to content

Commit

Permalink
🩹 Replaces width fill-availible with stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Oct 30, 2022
1 parent 9f07ba0 commit 4d3a25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LinkItems/Section.vue
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,9 @@ export default {
justify-content: space-around;
.widget-base {
min-width: 10rem;
width: stretch;
width: -webkit-fill-available;
width: -moz-available;
width: fill-available;
}
}
}
Expand Down

0 comments on commit 4d3a25c

Please sign in to comment.