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 +}