From 261ee452616f81414e04791c2827e89e21273fa5 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 7 Mar 2021 10:34:23 +0100 Subject: [PATCH] Fixed third box from growing out of 1200px max content width. --- assets/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 4024f364..57ab02d7 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -542,6 +542,7 @@ hr.-even { } .body__separator { + max-width: 1080px; width: 90%; margin: 3rem 0 0 0; color: var(--wtf-orange); @@ -670,7 +671,8 @@ hr.-even { .header__wrapper, .content__box, .content__half_box, -.footer__wrapper { +.footer__wrapper, +.content__third_box { width: 100%; max-width: 1200px; orphans: 3;