Skip to content

Commit

Permalink
Price cards size is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya-paul-17 committed May 26, 2024
1 parent 6a67eeb commit 89abd36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,10 @@ background-size: cover;
transition: var(--transition-2);
border-radius: var(--radius-5);
box-shadow: var(--shadow-2);
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}

.pricing-card:is(:hover, :focus-within),
Expand All @@ -1009,6 +1013,7 @@ background-size: cover;

.pricing-card-list {
margin-block: 20px 40px;
flex-grow: 1;
}

.pricing-card-list .card-item:not(:last-child) {
Expand All @@ -1021,6 +1026,8 @@ background-size: cover;

.pricing-card .btn {
margin-inline: auto;
align-self: center;
margin-top: auto;
}

/*-----------------------------------*\
Expand Down

0 comments on commit 89abd36

Please sign in to comment.