Skip to content

Commit fd93955

Browse files
committed
feat: style changes
1 parent 16254c6 commit fd93955

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/stylesheets/redis-brand.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,15 @@
7777
[data-md-color-scheme="slate"] .rds-hero__tagline {
7878
color: var(--rds-mute);
7979
}
80+
81+
/* Layout: pin the left sidebar to the viewport's left edge and the right
82+
* TOC to the viewport's right edge by removing Material's centered grid
83+
* cap. Sidebars keep their default 12.1rem widths; the content column
84+
* absorbs all remaining space. Header/tabs use the same grid so they
85+
* also span full width, keeping the layout consistent.
86+
*/
87+
@media screen and (min-width: 76.25em) {
88+
.md-grid {
89+
max-width: none;
90+
}
91+
}

0 commit comments

Comments
 (0)