mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-12 22:33:10 +00:00
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
5 lines
87 B
CSS
5 lines
87 B
CSS
/* Show it is fixed to the top */
|
|
body {
|
|
min-height: 75rem;
|
|
padding-top: 4.5rem;
|
|
}
|