1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-09 21:21:19 +02:00

Release v4.6.0. (#32726)

* Bump version to v4.6.0.

* Dist
This commit is contained in:
XhmikosR
2021-01-19 18:16:38 +02:00
committed by GitHub
parent 9d87bd7a30
commit 6ffb0b48e4
254 changed files with 755 additions and 403 deletions

View File

@@ -0,0 +1,4 @@
/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
padding-top: 3.5rem;
}