diff --git a/_layouts/blog_by_tag.html b/_layouts/blog_by_tag.html index 9601a071..9e5a2a65 100644 --- a/_layouts/blog_by_tag.html +++ b/_layouts/blog_by_tag.html @@ -11,7 +11,7 @@ layout: custom
-
+
diff --git a/css/custom.css b/css/custom.css index 36c98c74..9e5e1a9e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1687,7 +1687,10 @@ h2, .info-block h2 { } .center.one-fourth, .right.three-fourths, .left.three-fourths, .left.one-fourth.no-pad-sm, .right.one-fourth.no-pad-sm, .right.half, .left.half, .right.one-third, .left.two-thirds, .left.one-third, .right.two-thirds, .center.one-third { - padding-left: 0; padding-right: 0; + padding-left: 0; + padding-right: 0; + flex-basis: 100%; + max-width: 100%; } .center-1.one-fourth {padding-left: 0.5rem; padding-right: 0;}