From 4017705026c913287a4ed7e6b08cd50fcd61657c Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Tue, 23 Apr 2024 00:03:36 -0400 Subject: [PATCH] Increase readability on mobile --- templates/css/compute-c23f91.webflow.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/css/compute-c23f91.webflow.css b/templates/css/compute-c23f91.webflow.css index ba9163d..f26d7d7 100644 --- a/templates/css/compute-c23f91.webflow.css +++ b/templates/css/compute-c23f91.webflow.css @@ -255,12 +255,10 @@ article>* { } article>* { - width: 96vw; - max-width: 575px; + max-width: min(575px, 85vw); } #header-elements { - width: 96vw; max-width: 575px; } @@ -330,4 +328,4 @@ article>* { .text-block { font-size: 6vw; } -} \ No newline at end of file +}