소스 검색

order button fint-size made bigger

miskson 3 년 전
부모
커밋
473e60f03c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>
             `