2 Commits dbc9939680 ... 6afc29a986

Author SHA1 Message Date
  Illia Kozyr 6afc29a986 Market 1 year ago
  Illia Kozyr d918b6442f Market done 1 year ago
2 changed files with 5 additions and 2 deletions
  1. 0 1
      Market GraphQL + Redux/index.html
  2. 5 1
      Market GraphQL + Redux/style.css

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

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

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

@@ -158,6 +158,7 @@ flexBlock img {
     padding: 10px;
     font-size: 30px;
     color: #fff;
+    
 }
 .b-popup {
     width: 100%;
@@ -286,7 +287,10 @@ flexBlock img {
 .footer {
     padding-top: 20px;
     color: white;
-    min-height: 81px;
+    min-height: 80px;
     background-color: tomato;
     text-align: center;
+
+
 }
+