From baf9ba62ef2617c457f3f64555d08d838aef0aea Mon Sep 17 00:00:00 2001 From: Iancu Dan Date: Mon, 14 Oct 2019 22:55:10 +0300 Subject: [PATCH 1/2] fixed design for card-body in gifts page --- assets/css/gifts.css | 2 +- pages/gifts.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/css/gifts.css b/assets/css/gifts.css index fc2c5722..0df9c0ad 100644 --- a/assets/css/gifts.css +++ b/assets/css/gifts.css @@ -4,7 +4,7 @@ body { } div.gifts-card { - height: 100%; + } div.products { diff --git a/pages/gifts.html b/pages/gifts.html index 1f2d48f7..b0494b0c 100644 --- a/pages/gifts.html +++ b/pages/gifts.html @@ -81,7 +81,7 @@

Check out our List below...!!

-
+

1. Plush Toys

@@ -268,7 +268,7 @@

Christmas Mug

-
+

2. Home Decor

@@ -321,7 +321,7 @@

Candles

-
+

3. Wristwatch

@@ -378,7 +378,7 @@

Sports Watch

-
+

4. Books

@@ -429,7 +429,7 @@

Popular Novel

-
+

5. Art Supplies & Accessories From 42019cc7388460f2cc07054da40a3f058fd681c2 Mon Sep 17 00:00:00 2001 From: Iancu Dan Date: Mon, 14 Oct 2019 22:57:34 +0300 Subject: [PATCH 2/2] deleted empty css class --- assets/css/gifts.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/css/gifts.css b/assets/css/gifts.css index 0df9c0ad..d350a00b 100644 --- a/assets/css/gifts.css +++ b/assets/css/gifts.css @@ -3,10 +3,6 @@ body { overflow-x: hidden; } -div.gifts-card { - -} - div.products { display: -webkit-box; display: -ms-flexbox;