fix: normalize component boundary spacing

This commit is contained in:
2026-07-19 20:08:14 +05:30
parent eaea2c5f72
commit c5326f7622
191 changed files with 1280 additions and 351 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
component FAQAccordion {
props {
class = ""
eyebrow = ""
title = "Frequently asked questions"
description = ""
@@ -41,7 +42,7 @@ component FAQAccordion {
view {
<section
aria-labelledby="faq-accordion-title"
class="w-full px-5 sm:px-8 lg:px-10 xl:px-12"
class="w-full px-5 sm:px-8 lg:px-10 xl:px-12 {class}"
class:py-10="compact"
class:sm:py-12="compact"
class:py-14="!compact"