Skip to content

Commit 1a3f138

Browse files
committed
Needed custom css to expand main columns for docs
1 parent a181bf8 commit 1a3f138

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/discopanel/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default defineConfig({
88
integrations: [
99
starlight({
1010
title: 'DiscoPanel',
11+
customCss: ['./src/styles/custom.css'],
1112
favicon: '/favicon.png',
1213
social: [
1314
{ icon: 'github', label: 'GitHub', href: 'https://github.com/nickheyer/discopanel' },
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:root {
2+
--sl-content-width: 65rem;
3+
--sl-sidebar-width: 16rem;
4+
}

0 commit comments

Comments
 (0)