Skip to content

Commit f6b08f6

Browse files
committed
Add some extra feature
1 parent 8f6285f commit f6b08f6

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Whitespace-only changes.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<div class="bottom">
3333
<div class="placeholder">
3434
<i class="ri-image-add-line"></i>
35-
<p>Drag & Drop or Choose Image</p>
35+
<p>Drag & Drop</p>
3636
</div>
3737
<canvas id="image-canvas"></canvas>
3838
</div>

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ main section .bottom .placeholder {
136136
color: var(--text-secondary);
137137
gap: var(--space-md);
138138
pointer-events: none;
139+
margin-left: 270px;
139140
}
140141

141142
main section .bottom .placeholder i {

0 commit comments

Comments
 (0)