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:
parent
c6288e3170
commit
407b4c3606
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user