Fix padding bug

This commit is contained in:
marzban-dev
2026-05-15 14:21:38 +03:30
parent 3ba2207ae4
commit 1a4a8870ba
2 changed files with 9 additions and 6 deletions
@@ -9,7 +9,7 @@ const { selectedVariant } = inject("productVariant") as ProductVariantProvideTyp
</script>
<template>
<section class="w-full container py-20 flex flex-col gap-y-[1.5rem]">
<section class="w-full container pt-20 flex flex-col gap-y-[1.5rem]">
<div class="w-full flex">
<span class="text-black max-lg:hidden typo-h-4 mb-4"> جزئیات محصول </span>
</div>