diff --git a/index.html b/index.html index e81a5e5..aace5f9 100644 --- a/index.html +++ b/index.html @@ -20,10 +20,12 @@
- + - +
diff --git a/style/form.css b/style/form.css index da2071d..9426db3 100644 --- a/style/form.css +++ b/style/form.css @@ -58,7 +58,7 @@ } .shopping-form-quantity-button::before, -.shopping-form-increment::after { +.shopping-form-increment-button::after { content: ""; position: absolute; width: 16px; @@ -67,7 +67,7 @@ background: var(--white); } -.shopping-form-increment::after { +.shopping-form-increment-button::after { transform: rotate(90deg); }