From bcbc7881a49741dbe2edc0928be131f32e7bb0d3 Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Tue, 14 May 2024 22:43:03 +0200 Subject: [PATCH] fix(docs): fix home header width so the menu doesn't jump around when navigating --- runatlantis.io/.vitepress/theme/index.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/runatlantis.io/.vitepress/theme/index.scss b/runatlantis.io/.vitepress/theme/index.scss index 8b1bb32e77..e73107b1e5 100644 --- a/runatlantis.io/.vitepress/theme/index.scss +++ b/runatlantis.io/.vitepress/theme/index.scss @@ -20,11 +20,8 @@ $MQMobile: 719px; $MQMobileNarrow: 419px; $homeWidth: 960px; - - .home { padding: 0 2rem; - max-width: $homeWidth; margin: 0px auto 80px; .hero { text-align: center;