Skip to content

Commit

Permalink
Extend content area width
Browse files Browse the repository at this point in the history
  • Loading branch information
satr committed Jan 8, 2024
1 parent 9e570c5 commit 8b50c66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public-site/docs/src/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 8b50c66

Please sign in to comment.