diff options
| author | Mark Otto <[email protected]> | 2014-12-04 00:59:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-04 00:59:36 -0800 |
| commit | c7c46acf4822d7052c09849c32c0e12d8a9344da (patch) | |
| tree | 85a1dcdb011e4af979df9b234185a4740b31cf50 /docs/examples/starter-template/starter-template.css | |
| parent | 4474630d77f1c3b87284afbacf5d35b4ea3349e2 (diff) | |
| download | bootstrap-c7c46acf4822d7052c09849c32c0e12d8a9344da.tar.xz bootstrap-c7c46acf4822d7052c09849c32c0e12d8a9344da.zip | |
update starter template to use new navbar
Diffstat (limited to 'docs/examples/starter-template/starter-template.css')
| -rw-r--r-- | docs/examples/starter-template/starter-template.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/starter-template/starter-template.css b/docs/examples/starter-template/starter-template.css index 4af7a6177..5f64cd294 100644 --- a/docs/examples/starter-template/starter-template.css +++ b/docs/examples/starter-template/starter-template.css @@ -1,7 +1,7 @@ body { - padding-top: 50px; + padding-top: 5rem; } .starter-template { - padding: 40px 15px; + padding: 3rem 1.5rem; text-align: center; } |
