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
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-23 14:58:58 +0300
committerGitHub <noreply@github.com>2018-12-23 14:58:58 +0300
commit3c88ed70694a8994993a33a4155a098595915e8e (patch)
tree7294acb5aaf1e37cddf8ab48cce6d6220cf9df26 /site
parent81e35985b8edf38422d2057f903d9134a1083e17 (diff)
Fix 4:3 embed (#27910)
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.2/utilities/embed.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/utilities/embed.md b/site/docs/4.2/utilities/embed.md
index de4105fb82..1f68680746 100644
--- a/site/docs/4.2/utilities/embed.md
+++ b/site/docs/4.2/utilities/embed.md
@@ -55,7 +55,7 @@ Within `_variables.scss`, you can change the aspect ratios you want to use. Here
$embed-responsive-aspect-ratios: (
(21 9),
(16 9),
- (3 4),
+ (4 3),
(1 1)
) !default;
{% endhighlight %}