We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16254c6 commit fd93955Copy full SHA for fd93955
1 file changed
docs/stylesheets/redis-brand.css
@@ -77,3 +77,15 @@
77
[data-md-color-scheme="slate"] .rds-hero__tagline {
78
color: var(--rds-mute);
79
}
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