@ansiversa/components 0.0.161 → 0.0.162

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.161",
3
+ "version": "0.0.162",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -814,8 +814,17 @@
814
814
 
815
815
  .av-profile-row {
816
816
  display: flex;
817
- align-items: center;
818
- gap: 1.5rem;
817
+ flex-direction: column;
818
+ align-items: flex-start;
819
+ gap: 1rem;
820
+ }
821
+
822
+ @media (min-width: 768px) {
823
+ .av-profile-row {
824
+ flex-direction: row;
825
+ align-items: center;
826
+ gap: 1.5rem;
827
+ }
819
828
  }
820
829
 
821
830
  .av-avatar-lg {