From 9e39cd2388eb44b26b254f03b9b524618dfe03d3 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Sun, 2 Feb 2025 13:48:59 +0100 Subject: [PATCH] Set viewport size to inital width Declare the website width as being responsive to agents so that it renders at a friendly size on devices that emulate a scaled viewport by default. --- src/components/BasePage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/BasePage.tsx b/src/components/BasePage.tsx index a252e72..4994328 100644 --- a/src/components/BasePage.tsx +++ b/src/components/BasePage.tsx @@ -9,6 +9,7 @@ export default function BasePage(props: BaseProps) { {props.title} +