From 2a0f5ec5998733f0792760737a61424546dfc732 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Wed, 9 Apr 2025 12:12:10 -0500 Subject: [PATCH] UX: font set experimental screen styles (#121) --- scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/main.scss b/scss/main.scss index c6b829b..119336d 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -64,7 +64,7 @@ body:not(.has-full-page-chat) { width: 100%; padding-bottom: var(--spacing-block-l); max-width: unset; - > * { + > *:not(.experimental-screen) { @include breakpoint(medium, $rule: min-width) { box-sizing: border-box; max-width: 1000px;