@ansiversa/components 0.0.58 → 0.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ansiversa/components",
3
- "version": "0.0.58",
3
+ "version": "0.0.60",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -302,6 +302,11 @@
302
302
  font-size: 0.875rem;
303
303
  }
304
304
 
305
+ .av-faq-admin__section > .av-container {
306
+ padding-top: 0;
307
+ padding-bottom: 0;
308
+ }
309
+
305
310
  @media (min-width: 768px) {
306
311
  .av-faq-admin__header {
307
312
  padding: 1rem 0;
@@ -487,7 +492,7 @@
487
492
  @apply border-t-0;
488
493
  }
489
494
 
490
- .av-section .av-container {
495
+ .av-section > .av-container {
491
496
  @apply py-10 md:py-14;
492
497
  }
493
498