@ansiversa/components 0.0.62 → 0.0.63

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.62",
3
+ "version": "0.0.63",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -277,6 +277,11 @@
277
277
  padding: 0.75rem 0;
278
278
  }
279
279
 
280
+ .av-faq-admin__section {
281
+ padding-top: 1rem;
282
+ padding-bottom: 1.25rem;
283
+ }
284
+
280
285
  .av-faq-admin__title {
281
286
  font-size: 1.5rem;
282
287
  }