Skip to content

Commit 2bac89c

Browse files
committed
fix(style): md-grid CSS class max-width value/unit
1 parent a955e0d commit 2bac89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assets/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
}
99

1010
.md-grid {
11-
max-width: 75%;
11+
max-width: 67rem;
1212
}

0 commit comments

Comments
 (0)