Skip to content

Commit 9493864

Browse files
remove max-width restriction from the main content (#929)
1 parent c219ed2 commit 9493864

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cli/marketplace/_static/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ html:root {
4747
position: relative;
4848
box-shadow: none !important;
4949
}
50+
51+
/* Remove max-width from the content */
52+
.bd-main .bd-content .bd-article-container {
53+
max-width: none;
54+
width: 100%;
55+
}

0 commit comments

Comments
 (0)