Pārlūkot izejas kodu

order button fint-size made bigger

miskson 3 gadi atpakaļ
vecāks
revīzija
473e60f03c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      hw15-gql-cathegory-pg/GQL_files/index.js

+ 1 - 1
hw15-gql-cathegory-pg/GQL_files/index.js

@@ -427,7 +427,7 @@ window.onhashchange = () => {
                 <h2>Корзина</h2>
                 <h4>Общая цена заказов: <span id="fullPrice"></span></h4>
                 <button id="clearCartBtn" style="background-color: firebrick; color: white; font-size: smaller;">Очистить корзину</button>
-                <button id="orderAll" font-size: smaller;">Заказать все</button>'
+                <button id="orderAll" style="font-size: small;">Заказать все</button>
                 <br>
                 <div id="cartContent"></div>
             `