Skip to content

Commit 9530852

Browse files
author
Alessio Maffeis
committed
Reduced inner padding
1 parent 9c3721a commit 9530852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PictureInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ export default {
562562
pointer-events: none;
563563
box-sizing: border-box;
564564
margin: 1em auto;
565-
padding: 3em;
565+
padding: 0.5em;
566566
border: .3em dashed rgba(66,66,66,.15);
567567
border-radius: 8px;
568568
width: calc(100% - 2.5em);

0 commit comments

Comments
 (0)