Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css')
-rw-r--r--site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css b/site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css
index c1a4a1ccce..a68c02559c 100644
--- a/site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css
+++ b/site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css
@@ -96,9 +96,9 @@ body {
@media (min-width: 1200px) {
body {
display: grid;
- gap: 1rem;
- grid-template-columns: 1fr 4fr 1fr;
grid-template-rows: auto;
+ grid-template-columns: 1fr 4fr 1fr;
+ gap: 1rem;
}
.bd-header {
@@ -122,10 +122,10 @@ body {
.bd-cheatsheet section,
.bd-cheatsheet article {
display: inherit; /* 1 */
- gap: inherit; /* 1 */
+ grid-template-rows: auto;
grid-template-columns: 1fr 4fr;
grid-column: 1 / span 2;
- grid-template-rows: auto;
+ gap: inherit; /* 1 */
}
.bd-aside {