Skip to content

Commit

Permalink
textAlign: center (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksindi authored Oct 21, 2023
1 parent 31da7c4 commit 6314c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/UploadForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const UploadForm = () => {
const styles = {
centeredText: {
height: '100vh',
textAlign: 'center',
},
responseContainer: {
padding: '20px',
Expand Down

0 comments on commit 6314c4b

Please sign in to comment.