0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-10 03:46:13 +01:00

6 lines
87 B
CSS
Raw Normal View History

/* Show it is fixed to the top */
2014-07-14 09:05:21 -07:00
body {
min-height: 75rem;
padding-top: 4.5rem;
2014-07-14 09:05:21 -07:00
}