From d83d609b0e81b78d068e3e7c79c5bb2ba1b2ce10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 27 Sep 2022 09:16:05 +0200 Subject: [PATCH] Remove padding on CartItem remove button --- src/style/molecules/_cart-item.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/molecules/_cart-item.scss b/src/style/molecules/_cart-item.scss index 2bfe9df..7a55e14 100644 --- a/src/style/molecules/_cart-item.scss +++ b/src/style/molecules/_cart-item.scss @@ -118,6 +118,7 @@ position: absolute; top: 16px; right: 16px; + padding: 0; } } } \ No newline at end of file