Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav8doshi authored Mar 21, 2024
1 parent 046b6ef commit a9e899c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ body::-webkit-scrollbar {
overflow: hidden;
border-radius: 50%;
}
table {
border-collapse: separate;
border-spacing: 30px; /* Adjust spacing as needed */
}
th, td {
padding-right: 40px; /* Adjust padding as needed */

}

.img-crop>img {
display: inline;
Expand Down

0 comments on commit a9e899c

Please sign in to comment.