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:
authorXhmikosR <xhmikosr@gmail.com>2020-07-08 12:52:37 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-09-10 11:56:02 +0300
commit1b4bb95033c91759b2ba8f0266a36619e1a6ca08 (patch)
tree5a1b58e44531510103ec7f650493f12c9f90334d /site/layouts
parentea5d55513995ae600dab4efed3e72f634530b900 (diff)
docs-navbar.html: add missing width
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/partials/docs-navbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/docs-navbar.html b/site/layouts/partials/docs-navbar.html
index 9d86941e9b..ac0c384439 100644
--- a/site/layouts/partials/docs-navbar.html
+++ b/site/layouts/partials/docs-navbar.html
@@ -1,7 +1,7 @@
<header class="navbar navbar-expand navbar-dark bd-navbar">
<nav class="container-xxl flex-wrap flex-md-nowrap" aria-label="Main navigation">
<a class="navbar-brand p-0 mr-2" href="/" aria-label="Bootstrap">
- {{ partial "icons/bootstrap-white-fill.svg" (dict "class" "d-block" "height" "32") }}
+ {{ partial "icons/bootstrap-white-fill.svg" (dict "class" "d-block" "width" "40" "height" "32") }}
</a>
<div class="navbar-nav-scroll order-3 order-md-0 d-flex justify-content-center justify-content-md-start mt-1 mt-md-0">