Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #449 from danIancuV/fix-design-gifts
Browse files Browse the repository at this point in the history
Fix design gifts
  • Loading branch information
Samir Jouni authored Oct 14, 2019
2 parents 4a327b8 + 42019cc commit b9e73aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions assets/css/gifts.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ body {
overflow-x: hidden;
}

div.gifts-card {
height: 100%;
}

div.products {
display: -webkit-box;
display: -ms-flexbox;
Expand Down
10 changes: 5 additions & 5 deletions pages/gifts.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>Check out our List below...!!</h2>
</div>
<!-- section 1-->
<div class="col-md-6 col-sm-12 p-2">
<div class="card gifts-card cardBackground">
<div class="card cardBackground">
<!--items 1 - 6 -->
<div class="card-body">
<h2 class="card-title text-center">1. Plush Toys</h2>
Expand Down Expand Up @@ -268,7 +268,7 @@ <h4>Christmas Mug</h4>
</div>
<!-- section 2-->
<div class="col-md-6 col-sm-12 p-2">
<div class="card gifts-card cardBackground">
<div class="card cardBackground">
<div class="card-body">
<h2 class="card-title text-center">2. Home Decor</h2>
<p class="card-text text-center">
Expand Down Expand Up @@ -321,7 +321,7 @@ <h4>Candles</h4>
</div>
<!-- section 3-->
<div class="col-md-6 col-sm-12 p-2">
<div class="card gifts-card cardBackground">
<div class="card cardBackground">
<div class="card-body">
<h2 class="card-title text-center">3. Wristwatch</h2>
<p class="card-text text-center">
Expand Down Expand Up @@ -378,7 +378,7 @@ <h4>Sports Watch</h4>
</div>
<!-- section 4-->
<div class="col-md-6 col-sm-12 p-2">
<div class="card gifts-card cardBackground">
<div class="card cardBackground">
<div class="card-body">
<h2 class="card-title text-center">4. Books</h2>
<p class="card-text text-center">
Expand Down Expand Up @@ -429,7 +429,7 @@ <h4>Popular Novel</h4>
</div>
<!-- section 5-->
<div class="col-md-6 col-sm-12 p-2">
<div class="card gifts-card cardBackground">
<div class="card cardBackground">
<div class="card-body">
<h2 class="card-title text-center">
5. Art Supplies & Accessories
Expand Down

0 comments on commit b9e73aa

Please sign in to comment.