From 300bf8f5e7e401255864cbfcc863a03ccda707a4 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 29 Jul 2019 17:49:30 -0400 Subject: [PATCH] fix wide text body on taxonomy term pages --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 36a1f39..ed1e9e4 100644 --- a/css/style.css +++ b/css/style.css @@ -357,7 +357,7 @@ a { transition: 0.3s; } @media screen and (min-width: 768px) { .view-taxonomy-term .view-header { - width: 700px; + max-width: 700px; } } -- 2.25.1