Skip to content

Commit

Permalink
Merge pull request #495 from AkshitGarg24/Website-Down
Browse files Browse the repository at this point in the history
Proper Space given to Cards
  • Loading branch information
SUGAM-ARORA authored Jul 18, 2024
2 parents 717b7f0 + 98822cf commit 6b82bb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Components/MainContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
flex-wrap: wrap;
}
.card_main {
height: 355px;
height: 325px;
}

.card_main_img {
Expand Down Expand Up @@ -144,7 +144,7 @@
align-items: center;
justify-content: space-between;
padding: 5px 20px;
margin-top: 1px;
margin-top: 10px;
}

.maincontainer .left .cards main .card_main .card_main_name h2 {
Expand Down

0 comments on commit 6b82bb3

Please sign in to comment.