Skip to content

Commit

Permalink
Merge pull request #2705 from sachan13harshit/center_Donation_Card
Browse files Browse the repository at this point in the history
Centered the Donation Card on schools page
  • Loading branch information
RitiChandak authored Jul 30, 2024
2 parents 3abde14 + be0532e commit c6bb3bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/html/school.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
.form-container {
max-width: 600px;
margin: auto;
margin-top: 12rem;
text-align: center;
background-color: rgba(246, 246, 183, 0.927); /* Semi-transparent background */
padding: 20px;
border-radius: 10px;
Expand Down

0 comments on commit c6bb3bb

Please sign in to comment.