Skip to content

Commit 896230f

Browse files
committed
Add stretch css for article grid
1 parent 787ea39 commit 896230f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/javascript/css/layout.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ main > *,
9999
grid-row-start: span 4;
100100
}
101101

102-
// For making code blocks span the full width of the article
103-
// .article-content > .code-wrapper {
104-
// grid-column: col-start / span var(--grid-columns);
105-
// }
102+
// For making blocks span the full width of the article
103+
.article-content > .stretch {
104+
grid-column: col-start / span var(--grid-columns);
105+
}
106106
}
107107

108108
.grid-cols-12 {

0 commit comments

Comments
 (0)