We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e0349 commit 53c7270Copy full SHA for 53c7270
1 file changed
src/components/image-compressor.tsx
@@ -334,7 +334,7 @@ const ImageCompressor = () => {
334
</div>
335
</PhotoProvider>
336
) : (
337
- <div className="text-muted-foreground animate-fadeIn flex flex-col items-center justify-center py-4 text-center">
+ <div className="text-muted-foreground animate-fadeIn flex flex-col items-center justify-center py-6 text-center md:py-10">
338
<Inbox className="size-14" strokeWidth={1.5} />
339
<h3 className="mb-1 text-base font-medium">
340
No Compressed Images
0 commit comments