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/scss
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 /scss
parent81e35985b8edf38422d2057f903d9134a1083e17 (diff)
Fix 4:3 embed (#27910)
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 26a2df81d6..830c977692 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -264,7 +264,7 @@ $embed-responsive-aspect-ratios: join(
(
(21 9),
(16 9),
- (3 4),
+ (4 3),
(1 1),
),
$embed-responsive-aspect-ratios