mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-13 01:08:58 +01:00
cf9454caa0
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <markdotto@gmail.com>
6 lines
87 B
CSS
6 lines
87 B
CSS
/* Show it is fixed to the top */
|
|
body {
|
|
min-height: 75rem;
|
|
padding-top: 4.5rem;
|
|
}
|