@doyourjob/gravity-ui-page-constructor 5.31.272 → 5.31.273
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.
|
@@ -118,6 +118,11 @@ unpredictable css rules order in build */
|
|
|
118
118
|
position: relative;
|
|
119
119
|
margin-bottom: 32px;
|
|
120
120
|
}
|
|
121
|
+
@media (max-width: 769px) {
|
|
122
|
+
.pc-header-minify-block__title {
|
|
123
|
+
font-size: 72px;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
121
126
|
@media (max-width: 577px) {
|
|
122
127
|
.pc-header-minify-block__title {
|
|
123
128
|
font-size: 36px;
|
|
@@ -125,11 +130,6 @@ unpredictable css rules order in build */
|
|
|
125
130
|
margin-bottom: 16px;
|
|
126
131
|
}
|
|
127
132
|
}
|
|
128
|
-
@media (max-width: 769px) {
|
|
129
|
-
.pc-header-minify-block__title {
|
|
130
|
-
font-size: 72px;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
133
|
.pc-header-minify-block__description {
|
|
134
134
|
font-size: 24px;
|
|
135
135
|
line-height: 28px;
|
|
@@ -118,6 +118,11 @@ unpredictable css rules order in build */
|
|
|
118
118
|
position: relative;
|
|
119
119
|
margin-bottom: 32px;
|
|
120
120
|
}
|
|
121
|
+
@media (max-width: 769px) {
|
|
122
|
+
.pc-header-minify-block__title {
|
|
123
|
+
font-size: 72px;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
121
126
|
@media (max-width: 577px) {
|
|
122
127
|
.pc-header-minify-block__title {
|
|
123
128
|
font-size: 36px;
|
|
@@ -125,11 +130,6 @@ unpredictable css rules order in build */
|
|
|
125
130
|
margin-bottom: 16px;
|
|
126
131
|
}
|
|
127
132
|
}
|
|
128
|
-
@media (max-width: 769px) {
|
|
129
|
-
.pc-header-minify-block__title {
|
|
130
|
-
font-size: 72px;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
133
|
.pc-header-minify-block__description {
|
|
134
134
|
font-size: 24px;
|
|
135
135
|
line-height: 28px;
|