From 35956b77617117086dcc88aa9d12973551a6e4a6 Mon Sep 17 00:00:00 2001 From: BabakFP <44144724+babakfp@users.noreply.github.com> Date: Wed, 21 Apr 2021 08:25:34 -0700 Subject: [PATCH] Fixing content horizontal align --- site/src/routes/faq/index.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/src/routes/faq/index.svelte b/site/src/routes/faq/index.svelte index c426f5bf3d..0ddaeb5471 100644 --- a/site/src/routes/faq/index.svelte +++ b/site/src/routes/faq/index.svelte @@ -40,7 +40,7 @@ grid-gap: 1em; min-height: calc(100vh - var(--nav-h)); padding: var(--top-offset) var(--side-nav) 6rem var(--side-nav); - max-width: var(--main-width); + max-width: 30em; margin: 0 auto; } @@ -67,7 +67,6 @@ .faq p { font-size: var(--h5); - max-width: 30em; color: var(--second); }