@ansiversa/components 0.0.82 → 0.0.83

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.82",
3
+ "version": "0.0.83",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -756,12 +756,6 @@
756
756
 
757
757
  /* Home page helpers ------------------------------------ */
758
758
 
759
- .av-center-narrow {
760
- max-width: 62.5rem;
761
- margin: 0 auto;
762
- text-align: center;
763
- }
764
-
765
759
  .av-center-copy {
766
760
  max-width: 43.75rem;
767
761
  margin-left: auto;