Skip to content

Commit

Permalink
Set fixed width to icons
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed May 11, 2021
1 parent 90bdd45 commit bcadca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/macos-big-sur-icons/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<!-- iOS icon download -->
<a rel="noopener" v-else :href="icon.iOSUrl">
<div v-lazy-container="{ selector: 'img', loading: coralIcons.loading }">
<img :alt="icon.appName +' icon'" :data-src="icon.lowResPngUrl">
<img width="100px" height="100px" :alt="icon.appName +' icon'" :data-src="icon.lowResPngUrl">
</div>
</a>

Expand Down

1 comment on commit bcadca7

@vercel
Copy link

@vercel vercel bot commented on bcadca7 May 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.