feat: update branding with new wordmark logo and banner
- Add banner image to README header - Replace website logo with wordmark, hiding title text - Left-align logo with sidebar by reducing header padding Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7fd39dffe7
commit
f30a42864b
|
|
@ -1,4 +1,4 @@
|
|||
# BMad Method
|
||||

|
||||
|
||||
[](https://www.npmjs.com/package/bmad-method)
|
||||
[](LICENSE)
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 366 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
|
|
@ -38,8 +38,9 @@ export default defineConfig({
|
|||
tagline: 'AI-driven agile development with specialized agents and workflows that scale from bug fixes to enterprise platforms.',
|
||||
|
||||
logo: {
|
||||
src: './public/img/logo.svg',
|
||||
alt: 'BMAD Logo',
|
||||
src: './public/img/bmad-wordmark.png',
|
||||
alt: 'BMAD Method',
|
||||
replacesTitle: true,
|
||||
},
|
||||
favicon: '/favicon.ico',
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
|
|
@ -222,6 +222,8 @@ header.header .header.sl-flex {
|
|||
|
||||
.site-title {
|
||||
font-weight: 700;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* Logo sizing - constrain to reasonable size */
|
||||
|
|
@ -470,14 +472,14 @@ footer {
|
|||
/* Responsive padding on navbar row only - banner stays full-width */
|
||||
@media (min-width: 50rem) {
|
||||
header.header .header.sl-flex {
|
||||
padding-left: 2.5rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 2.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 72rem) {
|
||||
header.header .header.sl-flex {
|
||||
padding-left: 3rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 3rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue