Skip to content

Commit

Permalink
Pricing card border issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-Agrawal committed May 9, 2024
1 parent 692e2b7 commit 4418d42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,7 @@ body {
transition: var(--transition-2);
}

.pricing-card:is(:hover, :focus-within),
.pricing-card.bundle { box-shadow: var(--shadow-4); }
.pricing-card:is(:hover, :focus-within){ box-shadow: var(--shadow-4); }

.pricing-card:is(:hover, :focus-within) { transform: translateY(-10px); }

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ <h3 class="h3 card-title">Fresh Pages - New Releases</h3>
</li>

<li>
<div class="pricing-card bundle">
<div class="pricing-card">

<h3 class="h3 card-title">Timeless Classics - Aged Wonders</h3>

Expand All @@ -503,7 +503,7 @@ <h3 class="h3 card-title">Timeless Classics - Aged Wonders</h3>

</ul>

<button class="btn btn-primary">BUY NOW</button>
<button class="btn btn-secondary">BUY NOW</button>

</div>
</li>
Expand Down

0 comments on commit 4418d42

Please sign in to comment.