From 202e5b9d9665cb2625c7022cbea9e77cb36ed90b Mon Sep 17 00:00:00 2001 From: Rafael Sampaio Date: Mon, 23 Jan 2023 16:52:30 -0300 Subject: [PATCH] refactor: ajsuta css referencia do produto --- styles/css/vtex.product-identifier.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/css/vtex.product-identifier.css b/styles/css/vtex.product-identifier.css index e3aa6d5..ea941ac 100644 --- a/styles/css/vtex.product-identifier.css +++ b/styles/css/vtex.product-identifier.css @@ -1,3 +1,5 @@ .product-identifier--productReference { - margin-bottom: 1rem; + margin-bottom: 24px; + display: flex; + justify-content: end; }