2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

convert jumbotron example to new navbar, fix container, and use rems in css

This commit is contained in:
Mark Otto
2014-12-04 01:04:07 -08:00
parent d0cffbb680
commit 471e5969ac
2 changed files with 14 additions and 24 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
padding-top: 5rem;
padding-bottom: 2rem;
}