0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

docs(layout): improve layout when content is short (#30908)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Gaël Poupard 2020-05-28 19:33:41 +02:00 committed by GitHub
parent c6288e3170
commit 407b4c3606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
"sidebar toc"
"sidebar content";
grid-template-columns: 1fr 3fr;
grid-template-rows: auto auto 1fr;
}
@include media-breakpoint-up(lg) {
@ -14,6 +15,7 @@
"sidebar intro toc"
"sidebar content toc";
grid-template-columns: 1fr 4fr 1fr;
grid-template-rows: auto 1fr;
}
}