From 49264f693b2e438d73aa86621448ab6fa803fb16 Mon Sep 17 00:00:00 2001 From: "arlemp@selectel.ru" Date: Wed, 17 Aug 2022 00:39:08 +0300 Subject: [PATCH] new style yets --- header.php | 2 +- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/header.php b/header.php index b3710e3..abaa27a 100644 --- a/header.php +++ b/header.php @@ -10,7 +10,7 @@ - + diff --git a/style.css b/style.css index 8a14100..155aafe 100644 --- a/style.css +++ b/style.css @@ -2342,6 +2342,12 @@ span.rub_back_title{ } + .yets{ + + grid-template-columns: repeat(2, minmax(150px, 1fr)); + + + } .toggle-nav {