fix wide text body on taxonomy term pages
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 29 Jul 2019 21:49:30 +0000 (17:49 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 29 Jul 2019 21:49:30 +0000 (17:49 -0400)
css/style.css

index 36a1f391502ab948ebb3d24e44b4532711c335a9..ed1e9e48dce860a18ab7b535b639f9d8ed140307 100644 (file)
@@ -357,7 +357,7 @@ a { transition: 0.3s; }
 
 @media screen and (min-width: 768px) {
   .view-taxonomy-term .view-header {
-    width: 700px;
+    max-width: 700px;
   }
 }