@doyourjob/gravity-ui-page-constructor 5.31.270 → 5.31.272
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/build/cjs/blocks/HeaderMinify/Button/Button.css +1 -1
- package/build/cjs/blocks/HeaderMinify/HeaderMinify.css +5 -0
- package/build/esm/blocks/HeaderMinify/Button/Button.css +1 -1
- package/build/esm/blocks/HeaderMinify/HeaderMinify.css +5 -0
- package/package.json +1 -1
- package/widget/index.js +1 -1
|
@@ -125,6 +125,11 @@ unpredictable css rules order in build */
|
|
|
125
125
|
margin-bottom: 16px;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
+
@media (max-width: 769px) {
|
|
129
|
+
.pc-header-minify-block__title {
|
|
130
|
+
font-size: 72px;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
128
133
|
.pc-header-minify-block__description {
|
|
129
134
|
font-size: 24px;
|
|
130
135
|
line-height: 28px;
|
|
@@ -125,6 +125,11 @@ unpredictable css rules order in build */
|
|
|
125
125
|
margin-bottom: 16px;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
+
@media (max-width: 769px) {
|
|
129
|
+
.pc-header-minify-block__title {
|
|
130
|
+
font-size: 72px;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
128
133
|
.pc-header-minify-block__description {
|
|
129
134
|
font-size: 24px;
|
|
130
135
|
line-height: 28px;
|