Skip to content

Commit

Permalink
Updating Literary realms
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya-paul-17 committed May 27, 2024
1 parent facaf13 commit 1899c81
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2717,4 +2717,25 @@ select {
border: 1px solid #ffffff;
}

.cards{
height: 28rem;
}
.pricing-card{
height :70rem
}
.card-title{
padding: 2px;
}

@media(max-width:300px){
.cards{
height: fit-content;
}
}
@media(max-width:770px){
.pricing-card{
height: fit-content;
}
}


0 comments on commit 1899c81

Please sign in to comment.