Skip to content

Commit

Permalink
Merge pull request #809 from KrishPatel1205/branch1
Browse files Browse the repository at this point in the history
BUG: Elements clumped up #808
  • Loading branch information
PriyaGhosal authored Oct 17, 2024
2 parents 07f9a29 + 21da4dd commit 8f1cdd0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,10 @@ <h2>Content</h2>
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
align-items: center;
margin: 30px;
}

#upload h2 {
Expand Down Expand Up @@ -895,8 +899,7 @@ <h2>Content</h2>

#submit{
background-color: #876bb1;
margin-left: 40px;
margin-top: 20px;
margin: 20px;

}

Expand Down

0 comments on commit 8f1cdd0

Please sign in to comment.