From 80e4b1b27e11f242d3dfbba39aa61a2579520a0d Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Fri, 27 Sep 2024 17:18:13 +0000 Subject: [PATCH] Border box moment --- src/app/airstrip_one/0/layout.css.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/airstrip_one/0/layout.css.ts b/src/app/airstrip_one/0/layout.css.ts index 4a8b208..3b81ae5 100644 --- a/src/app/airstrip_one/0/layout.css.ts +++ b/src/app/airstrip_one/0/layout.css.ts @@ -1,6 +1,7 @@ import { style } from '@vanilla-extract/css'; export const center_vertical = style({ + boxSizing: 'border-box', position: 'relative', display: 'flex', flexDirection: 'column',