We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbc128 commit d34c329Copy full SHA for d34c329
main.js
@@ -86,7 +86,6 @@ productList.push({
86
image: 'https://images.pexels.com/photos/2385477/pexels-photo-2385477.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1',
87
});
88
89
-
90
function renderProducts(arr){
91
for (product of arr) {
92
const productCar = document.createElement('div');
styles.css
@@ -17,7 +17,6 @@
17
display: none;
18
}
19
20
21
/*navbar (general)*/
22
nav {
23
display: flex;
@@ -159,7 +158,7 @@
159
158
color: var(--hospital-green) !important;
160
161
162
-/* ASIDE (product detail) */
+/* ASIDE (product detail general) */
163
aside {
164
background: var(--white);
165
width: 360px;
0 commit comments