aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-utilities.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-10-05 18:50:18 +0300
committerGitHub <[email protected]>2021-10-05 18:50:18 +0300
commit5ecef8ac010249536f92206af500f8670813c8a8 (patch)
tree26b271f1901b70b5a6f4b25ef72186a04f51c665 /dist/css/bootstrap-utilities.css
parenta2aa8c5a6e8c37fa605ca31111c6529629d32b3f (diff)
downloadbootstrap-5ecef8ac010249536f92206af500f8670813c8a8.tar.xz
bootstrap-5ecef8ac010249536f92206af500f8670813c8a8.zip
Release v5.1.2 (#35114)
Diffstat (limited to 'dist/css/bootstrap-utilities.css')
-rw-r--r--dist/css/bootstrap-utilities.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap-utilities.css b/dist/css/bootstrap-utilities.css
index e009e4a5a..41a49198e 100644
--- a/dist/css/bootstrap-utilities.css
+++ b/dist/css/bootstrap-utilities.css
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Utilities v5.1.1 (https://getbootstrap.com/)
+ * Bootstrap Utilities v5.1.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -88,15 +88,15 @@
}
.ratio-4x3 {
- --bs-aspect-ratio: calc(3 / 4 * 100%);
+ --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
- --bs-aspect-ratio: calc(9 / 16 * 100%);
+ --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
- --bs-aspect-ratio: calc(9 / 21 * 100%);
+ --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {