mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
fix width and responsiveness of diagram
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -16,6 +16,9 @@
|
||||
--ai-banner-height: 2.75rem;
|
||||
--sl-nav-height: 6.25rem; /* Base nav height (~3.5rem) + banner height (2.75rem) */
|
||||
|
||||
/* Full-width content - override Starlight's default 45rem/67.5rem */
|
||||
--sl-content-width: 100%;
|
||||
|
||||
/* Primary accent colors - purple to match Docusaurus */
|
||||
--sl-color-accent-low: #e0e0ff;
|
||||
--sl-color-accent: #8C8CFF;
|
||||
@@ -45,6 +48,9 @@
|
||||
COLOR PALETTE - Dark Mode (Primary Focus)
|
||||
============================================ */
|
||||
:root[data-theme='dark'] {
|
||||
/* Full-width content - override Starlight's default */
|
||||
--sl-content-width: 100%;
|
||||
|
||||
/* Primary accent colors - purple to match Docusaurus */
|
||||
--sl-color-accent-low: #2a2a5a;
|
||||
--sl-color-accent: #8C8CFF;
|
||||
@@ -174,10 +180,10 @@
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
LAYOUT - Fixed width at large viewport
|
||||
LAYOUT - Full width content
|
||||
============================================ */
|
||||
.content-panel {
|
||||
max-width: 1400px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user