Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir224 committed Sep 30, 2023
1 parent 1330d33 commit 9a440e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/src/styles/Upload.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
justify-content: center;
position: absolute;
width: 500px;
height: 300px;
color:white;
top: 100px;
font-size: 34px;
Expand All @@ -21,7 +20,7 @@ h4{
margin:0;
}
#upload>div{
width: 350px;
width: 90%;
display: flex;
align-items: center;
justify-content: space-between;
Expand All @@ -38,7 +37,7 @@ h4{
.upload-div{
border:1px solid rgba(255, 255, 255, 0.4);
border-radius:12px;
width: 100px;
max-width: 200px;
transition-duration: 0.1s;
padding:2px 0;
}
Expand Down

0 comments on commit 9a440e2

Please sign in to comment.