@gravity-ui/blog-constructor 5.13.0 → 5.13.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -18,14 +18,13 @@ unpredictable css rules order in build */
|
|
18
18
|
}
|
19
19
|
}
|
20
20
|
.bc-post-card__header_fullWidth {
|
21
|
-
|
22
|
-
min-height: 480px;
|
21
|
+
min-height: auto;
|
23
22
|
height: 100%;
|
24
23
|
}
|
25
|
-
@media (
|
24
|
+
@media (min-width: 1081px) {
|
26
25
|
.bc-post-card__header_fullWidth {
|
27
|
-
width:
|
28
|
-
min-height:
|
26
|
+
width: 66%;
|
27
|
+
min-height: 480px;
|
29
28
|
}
|
30
29
|
}
|
31
30
|
.bc-post-card__title {
|
@@ -18,14 +18,13 @@ unpredictable css rules order in build */
|
|
18
18
|
}
|
19
19
|
}
|
20
20
|
.bc-post-card__header_fullWidth {
|
21
|
-
|
22
|
-
min-height: 480px;
|
21
|
+
min-height: auto;
|
23
22
|
height: 100%;
|
24
23
|
}
|
25
|
-
@media (
|
24
|
+
@media (min-width: 1081px) {
|
26
25
|
.bc-post-card__header_fullWidth {
|
27
|
-
width:
|
28
|
-
min-height:
|
26
|
+
width: 66%;
|
27
|
+
min-height: 480px;
|
29
28
|
}
|
30
29
|
}
|
31
30
|
.bc-post-card__title {
|