From b45557ed809bff34096e4091c1c77fc807a395f8 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 18 Mar 2019 13:27:06 -0600 Subject: [PATCH] stub for full width pages --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7f75046..171d64d 100644 --- a/style.css +++ b/style.css @@ -242,6 +242,11 @@ h2.tagline:before { margin: 6rem 0; } +.entry .entry-content > *, +.entry .entry-summary > * { + /* max-width: 100%; */ +} + @media only screen and (min-width: 768px) { /* desktop */ .entry .entry-content .content-header { flex-direction: row; @@ -249,7 +254,6 @@ h2.tagline:before { .entry .content-header .content-left { margin: .75rem 1rem 1rem 0; } - } h2.tagline {