From 8b50c66593ccbd8e024241ce85361286b6207f7f Mon Sep 17 00:00:00 2001 From: Sergey Smolnikov Date: Mon, 8 Jan 2024 09:36:39 +0100 Subject: [PATCH] Extend content area width --- public-site/docs/src/.vuepress/styles/index.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public-site/docs/src/.vuepress/styles/index.scss b/public-site/docs/src/.vuepress/styles/index.scss index 317f4e07..275c3e5d 100644 --- a/public-site/docs/src/.vuepress/styles/index.scss +++ b/public-site/docs/src/.vuepress/styles/index.scss @@ -8,7 +8,8 @@ @import url('https://cdn.eds.equinor.com/font/equinor-uprights-vf.css'); @import url('https://cdn.eds.equinor.com/font/equinor-mono.css'); - -div.theme-default-content:not(.custom) { - max-width: 80rem; +div[class^='language-'] { + width: fit-content; + min-width: 100%; + max-width: 100vw; } \ No newline at end of file