@doyourjob/gravity-ui-page-constructor 5.31.271 → 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;
|
|
@@ -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;
|