From e203fff26348a358332b42b764731cf6695993ae Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 25 Aug 2023 20:51:03 +0500 Subject: [PATCH] whoops, wrong order of classes --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 823a7ac..cf3ccc8 100644 --- a/style.css +++ b/style.css @@ -220,7 +220,7 @@ html, body { width: inherit; } - .category-portfolio .wp-site-blocks h2 { + .wp-site-blocks .category-portfolio h2 { margin-block: 40px !important; } } \ No newline at end of file