From: Andrew Engelbrecht Date: Mon, 29 Jul 2019 21:49:30 +0000 (-0400) Subject: fix wide text body on taxonomy term pages X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=300bf8f5e7e401255864cbfcc863a03ccda707a4;hp=00227dc4f835f952f97da680d67f20d017719c6b;ds=inline fix wide text body on taxonomy term pages --- 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; } }