From 192b7f785ee91dd8dde62bc37a8c6fa02cdba194 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 6 Mar 2024 10:17:35 +0200 Subject: docs: use a responsive image for bootstrap-logo-shadow.png (#39745) --- site/layouts/partials/home/masthead.html | 8 +++++++- .../docs/5.3/assets/brand/bootstrap-logo-shadow.png | Bin 46112 -> 13177 bytes .../5.3/assets/brand/bootstrap-logo-shadow@2x.png | Bin 0 -> 46112 bytes 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 site/static/docs/5.3/assets/brand/bootstrap-logo-shadow@2x.png diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index ef89931b3..9509c84b4 100644 --- a/site/layouts/partials/home/masthead.html +++ b/site/layouts/partials/home/masthead.html @@ -5,7 +5,13 @@ New in v5.3 Color mode support, expanded color palette, and more! - Bootstrap + Bootstrap

Build fast, responsive sites with Bootstrap

Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins. diff --git a/site/static/docs/5.3/assets/brand/bootstrap-logo-shadow.png b/site/static/docs/5.3/assets/brand/bootstrap-logo-shadow.png index cdd0c8a34..84ecffdb6 100644 Binary files a/site/static/docs/5.3/assets/brand/bootstrap-logo-shadow.png and b/site/static/docs/5.3/assets/brand/bootstrap-logo-shadow.png differ diff --git a/site/static/docs/5.3/assets/brand/bootstrap-logo-shadow@2x.png b/site/static/docs/5.3/assets/brand/bootstrap-logo-shadow@2x.png new file mode 100644 index 000000000..cdd0c8a34 Binary files /dev/null and b/site/static/docs/5.3/assets/brand/bootstrap-logo-shadow@2x.png differ -- cgit v1.2.3