Skip to content

Commit c0d3ae8

Browse files
committed
Better mobile support
1 parent 6591790 commit c0d3ae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ <h1>Offline Image Converter</h1>
130130
<li>Everything stays on your device, private and secure</li>
131131
</ul>
132132

133-
<hr style="width: 35em;">
133+
<hr style="width: 35em; max-width: 90%;">
134134

135-
<p>Paste an image using CTLR-V or choose a image from:</p>
135+
<p>Paste using CTLR-V or choose a image from:</p>
136136

137137
<div id="inputSection">
138138
<input type="file" id="fileInput" aria-label="Image to convert" onchange="fileInputChanged(event)" accept="image/bmp,image/x-bmp,image/vnd-ms.dds,image/x-direct-draw-surface,image/x-exr,image/ff,image/gif,image/vnd.radiance,image/x-icon,image/jpeg,image/png,image/x-portable-bitmap,image/x-portable-graymap,image/x-portable-pixmap,image/x-portable-anymap,image/qoi,image/x-tga,image/x-targa,image/tiff,image/tiff-fx,image/webp" />

0 commit comments

Comments
 (0)