@ansiversa/components 0.0.82 → 0.0.84
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 +1 -1
- package/src/styles/global.css +1 -6
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -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;
|
|
@@ -1842,6 +1836,7 @@
|
|
|
1842
1836
|
|
|
1843
1837
|
/* Generic spacing/type utilities (Apps page cleanup) */
|
|
1844
1838
|
.av-mt-8 { margin-top: 2rem; }
|
|
1839
|
+
.av-mt-4 { margin-top: 1rem; }
|
|
1845
1840
|
.av-mt-3 { margin-top: 0.75rem; }
|
|
1846
1841
|
.av-mt-2 { margin-top: 0.5rem; }
|
|
1847
1842
|
|