Skip to content

Commit

Permalink
fix: min widget width
Browse files Browse the repository at this point in the history
  • Loading branch information
rewired-gh committed Apr 17, 2024
1 parent 803edff commit dd32960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<IndexMirrorList />
</div>
<div
class="flex flex-col p-7 space-y-10 h-min bg-slate-50 dark:bg-gray-800 rounded-xl
class="flex flex-col p-7 space-y-10 h-min bg-slate-50 dark:bg-gray-800 rounded-xl min-w-[20em]
md:w-[32vw] md:max-w-[30em]"
>
<IndexDownloadWidget />
Expand Down

0 comments on commit dd32960

Please sign in to comment.