Skip to content

Commit

Permalink
Merge pull request #4249 from Kajalmehta29/main
Browse files Browse the repository at this point in the history
Updated tips page
  • Loading branch information
abhi03ruchi authored Oct 29, 2024
2 parents 0e5ae60 + c1eb129 commit a26e7b4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions assets/html/tips.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
.card-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
gap: 70px;
/* Increased padding from 30px to 80px to seperate the navbar with the cards */
padding: 80px;
margin-top: 70px;
Expand Down Expand Up @@ -534,8 +534,10 @@

.card-front h1{
position: relative;
bottom: -120px;
background: #e97070;
bottom: -210px;
font-size: 25px;
color: black;

}

.card-back {
Expand Down

0 comments on commit a26e7b4

Please sign in to comment.