@meduza/ui-kit-2 0.8.608 → 0.8.609
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/ui-kit-game.css
CHANGED
|
@@ -3278,6 +3278,14 @@
|
|
|
3278
3278
|
margin: 0 0 28px;
|
|
3279
3279
|
}
|
|
3280
3280
|
|
|
3281
|
+
@media only screen and (min-width: 40.625em) {
|
|
3282
|
+
|
|
3283
|
+
.RichTitle-module_isInDynamicBlock__J-gM6 {
|
|
3284
|
+
font-size: 37px;
|
|
3285
|
+
line-height: 42px;
|
|
3286
|
+
}
|
|
3287
|
+
}
|
|
3288
|
+
|
|
3281
3289
|
@media only screen and (min-width: 32em) {
|
|
3282
3290
|
|
|
3283
3291
|
.RichTitle-module_mobile__W5L9E {
|
package/dist/ui-kit.css
CHANGED
|
@@ -3278,6 +3278,14 @@
|
|
|
3278
3278
|
margin: 0 0 28px;
|
|
3279
3279
|
}
|
|
3280
3280
|
|
|
3281
|
+
@media only screen and (min-width: 64em) {
|
|
3282
|
+
|
|
3283
|
+
.RichTitle-module_isInDynamicBlock__J-gM6 {
|
|
3284
|
+
font-size: 37px;
|
|
3285
|
+
line-height: 42px;
|
|
3286
|
+
}
|
|
3287
|
+
}
|
|
3288
|
+
|
|
3281
3289
|
@media only screen and (min-width: 32em) {
|
|
3282
3290
|
|
|
3283
3291
|
.RichTitle-module_mobile__W5L9E {
|
package/package.json
CHANGED