Skip to content

Commit d34c329

Browse files
committed
final code
1 parent 2dbc128 commit d34c329

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ productList.push({
8686
image: 'https://images.pexels.com/photos/2385477/pexels-photo-2385477.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1',
8787
});
8888

89-
9089
function renderProducts(arr){
9190
for (product of arr) {
9291
const productCar = document.createElement('div');

styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
display: none;
1818
}
1919

20-
2120
/*navbar (general)*/
2221
nav {
2322
display: flex;
@@ -159,7 +158,7 @@
159158
color: var(--hospital-green) !important;
160159
}
161160

162-
/* ASIDE (product detail) */
161+
/* ASIDE (product detail general) */
163162
aside {
164163
background: var(--white);
165164
width: 360px;

0 commit comments

Comments
 (0)