diff --git a/blocks/yets.php b/blocks/yets.php
index a0f925a..0f7abf3 100644
--- a/blocks/yets.php
+++ b/blocks/yets.php
@@ -1,5 +1,5 @@
6,
+ 'numberposts' => 4,
'category' => $category_id, // текущая рубрика
'orderby' => 'date',
'order' => 'DESC',
diff --git a/header.php b/header.php
index 44b3fa3..ff6e257 100644
--- a/header.php
+++ b/header.php
@@ -10,7 +10,7 @@
-
+
diff --git a/style.css b/style.css
index 52852e6..206e1a0 100644
--- a/style.css
+++ b/style.css
@@ -2507,14 +2507,18 @@ span.rub_back_title{
}
-@media screen and (min-width: 1800px) {
+@media screen and (min-width: 1600px) {
#yets-5, #yets-6{
display: block;
}
.moread{
- grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ grid-template-rows: 2fr;
+ grid-auto-rows: 0;
+ overflow-y: hidden;
+ row-gap: 0;
}
}
@@ -2894,4 +2898,8 @@ and (max-device-width : 667px) {
+
+
+
+
\ No newline at end of file