Skip to content

Commit ac74931

Browse files
Merge pull request #2842 from melissawm:sidebar-toggle
PiperOrigin-RevId: 849264956
2 parents 08216c6 + 26e6e66 commit ac74931

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_static/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Base file modifications */
2-
body:has(.hero) .bd-sidebar-primary,
3-
body:has(.hero) .sidebar-toggle,
2+
/* body:has(.hero) .bd-sidebar-primary,
3+
body:has(.hero) .sidebar-toggle, */
44
body:has(.hero) .bd-sidebar-secondary {
55
display: none !important;
66
}
@@ -38,7 +38,6 @@ body:has(.hero) .bd-article > section > h1 {
3838

3939
body:has(.hero) .header-article-items,
4040
body:has(.hero) .doc-body > section {
41-
max-width: 80% !important;
4241
align-self: center;
4342
width: -moz-available;
4443
width: -webkit-fill-available;
@@ -156,6 +155,7 @@ body:has(.hero) .bd-article > section > h1 {
156155
gap: 24px;
157156
padding-inline: 60px;
158157
margin-top: 20px;
158+
max-width: 80%;
159159
}
160160

161161
.text-body {

0 commit comments

Comments
 (0)