Jelajahi Sumber

Market done

Illia Kozyr 1 tahun lalu
induk
melakukan
d918b6442f

+ 1 - 0
Market GraphQL + Redux/index.html

@@ -16,6 +16,7 @@
                     />
                 </a>
             </div>
+
             
             <div class="qwer" id="qwer">
                 <div>

+ 1 - 0
Market GraphQL + Redux/script.js

@@ -600,6 +600,7 @@ store.subscribe(() => {
 });
 
 buttonGoodDelete.onclick = () => {
+    
     store.dispatch(actionCartClear());
     let a = document.getElementById("divToCartBlock");
     a.innerHTML = "";

+ 4 - 1
Market GraphQL + Redux/style.css

@@ -286,7 +286,10 @@ flexBlock img {
 .footer {
     padding-top: 20px;
     color: white;
-    min-height: 81px;
+    min-height: 80px;
     background-color: tomato;
     text-align: center;
+
+
 }
+