diff --git a/header.php b/header.php index f1b05c5..efd74cf 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/style.css b/style.css index 5fc277c..a4d27e0 100644 --- a/style.css +++ b/style.css @@ -773,7 +773,7 @@ a{ .mini-card-block{ display: grid; grid-gap: 2rem; - grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }