@bailaya/react 1.0.23 → 1.0.25
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/dist/styles.css +2 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
/* Image wrapper */
|
|
57
57
|
:where(.by-imageWrap) {
|
|
58
|
-
width:
|
|
58
|
+
width: 100%;
|
|
59
59
|
aspect-ratio: 1 / 1;
|
|
60
60
|
padding: var(--by-img-pad);
|
|
61
61
|
}
|
|
@@ -84,7 +84,6 @@
|
|
|
84
84
|
font-family: var(--by-heading-font);
|
|
85
85
|
font-weight: 600;
|
|
86
86
|
color: var(--by-color-heading);
|
|
87
|
-
padding-bottom: var(--by-title-pb);
|
|
88
87
|
text-align: center;
|
|
89
88
|
line-height: 1.1;
|
|
90
89
|
font-size: 1rem;
|
|
@@ -162,7 +161,7 @@
|
|
|
162
161
|
|
|
163
162
|
/* Image wrapper */
|
|
164
163
|
:where(.by-listImageWrap) {
|
|
165
|
-
width:
|
|
164
|
+
width: 25%;
|
|
166
165
|
padding: 1rem;
|
|
167
166
|
aspect-ratio: 1 / 1;
|
|
168
167
|
}
|