Skip to content

Commit cf4fa48

Browse files
committed
adjusted spacing for mockup upload buttons
1 parent 0a4ab94 commit cf4fa48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/home_sidebar_items/ComponentTab/UploadImage.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,14 @@ export default {
147147
width: 150px;
148148
height: auto;
149149
min-height: 42px;
150+
margin-left: 10px;
151+
margin-right: 10px;
150152
}
151153
152154
.upload {
153155
margin: 1rem;
154156
display: flex;
155-
justify-content: space-around;
157+
justify-content: center;
156158
}
157159
158160
.file-path {

0 commit comments

Comments
 (0)