@pmidc/upyog-css 1.2.45 → 1.2.46

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": "@pmidc/upyog-css",
3
- "version": "1.2.45",
3
+ "version": "1.2.46",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -22,9 +22,10 @@
22
22
 
23
23
  .center-flex-mobile {
24
24
  display: flex;
25
+ flex-direction: row;
25
26
  justify-content: center;
26
- width: 80%;
27
27
  margin-bottom: 10px;
28
+ width: 50%
28
29
  }
29
30
 
30
31
  .video-preview {
@@ -273,4 +274,8 @@
273
274
  transform: rotate(360deg);
274
275
  }
275
276
  }
277
+
278
+ .view-button {
279
+ width: 80%;
280
+ }
276
281
 
@@ -343,9 +343,7 @@
343
343
  /* Each document block */
344
344
  .obps-document-detail-item {
345
345
  display: flex;
346
- flex-wrap: wrap;
347
- justify-content: flex-start;
348
- align-content: center;
346
+ flex-direction: row;
349
347
  }
350
348
 
351
349
  /* Clickable link */