Skip to content

Commit 361bd29

Browse files
committed
editt
1 parent 0f91a98 commit 361bd29

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

front-end/upload_success.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
}
2929

3030
form {
31-
padding: .2em;
31+
display: flex;
32+
flex-direction: column;
33+
align-items: center;
34+
justify-content: center;
35+
36+
padding: 1em;
3237
border: 1px solid #ccc;
3338
border-radius: 5px;
3439
background-color: #fff;

0 commit comments

Comments
 (0)