From 185ddf1eaf82e08586be6c7689507ee924d9dd47 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 19 Aug 2022 13:15:48 +0000 Subject: update to bootstrap 5.2 and fixes --- .../docs/5.2/examples/navbar-fixed/index.html | 40 ++++++++++++++++++++++ .../5.2/examples/navbar-fixed/navbar-top-fixed.css | 5 +++ 2 files changed, 45 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-fixed/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css (limited to 'vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-fixed') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-fixed/index.html b/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-fixed/index.html new file mode 100644 index 000000000..b0d998652 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-fixed/index.html @@ -0,0 +1,40 @@ +--- +layout: examples +title: Fixed top navbar example +extra_css: + - "navbar-top-fixed.css" +--- + + + +
+
+

Navbar example

+

This example is a quick exercise to illustrate how fixed to top navbar works. As you scroll, it will remain fixed to the top of your browser’s viewport.

+ }}" role="button">View navbar docs » +
+
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css b/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css new file mode 100644 index 000000000..c77c0c147 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css @@ -0,0 +1,5 @@ +/* Show it is fixed to the top */ +body { + min-height: 75rem; + padding-top: 4.5rem; +} -- cgit v1.2.3