From 55cd7cc4bf91269c1e3eb6195138c3452ef465c0 Mon Sep 17 00:00:00 2001 From: Lisandra-dev Date: Thu, 18 Apr 2024 12:30:01 +0000 Subject: [PATCH] fix width on iphone --- quartz/styles/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index af4e205e9943f..2126e9d97f539 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -33,7 +33,7 @@ ol.overflow { @media all and (max-width: $mobileBreakpoint) { .page .page-header { - width: 96dvw; + width: 90dvw; } }