From 339b98dd01bcdbc31a76755d8ad68529c58730d9 Mon Sep 17 00:00:00 2001 From: femto-code <59444046+femto-code@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:27:25 +0100 Subject: [PATCH] fix(main content max width): increase default container width on bigger screens --- main.css | 2 +- src/main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index 307e367..a53f7a7 100644 --- a/main.css +++ b/main.css @@ -1496,7 +1496,7 @@ a.tooltip-priority { *******************************/ :root { --ls-font-family: "Inter"; - --ls-main-content-max-width: 940px; + --ls-main-content-max-width: 1000px; --ls-main-content-max-width-wide: 1280px; --ls-page-text-size: 1em; --ls-page-title-size: 26px; diff --git a/src/main.scss b/src/main.scss index ee8e803..434e62a 100644 --- a/src/main.scss +++ b/src/main.scss @@ -13,7 +13,7 @@ :root { --ls-font-family: "Inter"; - --ls-main-content-max-width: 940px; + --ls-main-content-max-width: 1000px; --ls-main-content-max-width-wide: 1280px; --ls-page-text-size: 1em; --ls-page-title-size: 26px;