2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Fix up padding on default navbar example

This commit is contained in:
Mark Otto
2013-10-20 21:11:51 -07:00
parent e486bb4f39
commit c71f89518f
+4 -3
View File
@@ -1,7 +1,8 @@
body {
padding: 30px;
padding-top: 20px;
padding-bottom: 20px;
}
.navbar {
margin-bottom: 30px;
}
margin-bottom: 20px;
}