diff --git a/clase13.html b/clase13.html index f237347d5..9c47ea3d5 100644 --- a/clase13.html +++ b/clase13.html @@ -101,56 +101,49 @@ .product-detail { width: 100%; } - } + } - - -
- - - +
- - + - + \ No newline at end of file diff --git a/main.js b/main.js index 7ebb1bb3e..5e0530924 100644 --- a/main.js +++ b/main.js @@ -116,4 +116,4 @@ function renderProducts(arr) { } } -renderProducts(productList); +renderProducts(productList); \ No newline at end of file diff --git a/styles.css b/styles.css index 7228eedc8..df308f45b 100644 --- a/styles.css +++ b/styles.css @@ -377,4 +377,4 @@ aside { .mobile-menu { display: none; } -} +} \ No newline at end of file