@asd20/ui 3.2.820 → 3.2.821

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.820",
8
+ "version": "3.2.821",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -126,10 +126,10 @@
126
126
  clear: both;
127
127
  width: 33%;
128
128
  }
129
- // If more than 30 items are in the list,
129
+ // If more than 20 items are in the list,
130
130
  // use flex to spread list across page
131
- .asd20-messaging li:first-child:nth-last-child(n+15),
132
- .asd20-messaging li:first-child:nth-last-child(n+15) ~ li {
131
+ .asd20-messaging li:first-child:nth-last-child(n+20),
132
+ .asd20-messaging li:first-child:nth-last-child(n+20) ~ li {
133
133
  // width: clamp(160px, 100vw/12, 100%);
134
134
  // padding-right: 1rem;
135
135
  // float:left;