diff options
| author | Mark Otto <[email protected]> | 2013-01-31 18:06:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-31 18:06:56 -0800 |
| commit | bd265daa821e2968fc8d9c0f49de94795e739db6 (patch) | |
| tree | 6b934ec70dfc66da4f067a1c176042aafea07702 | |
| parent | 5762b67a9f184f7016abdfcd2ab40e0d206da9e5 (diff) | |
| download | bootstrap-bd265daa821e2968fc8d9c0f49de94795e739db6.tar.xz bootstrap-bd265daa821e2968fc8d9c0f49de94795e739db6.zip | |
Update starter template to include left/right padding on inner container; also include body padding
| -rw-r--r-- | starter-template.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/starter-template.html b/starter-template.html index 9e8d7ad3b..9a026acf1 100644 --- a/starter-template.html +++ b/starter-template.html @@ -25,8 +25,11 @@ <!-- Custom styles for this template --> <style> + body { + padding-top: 50px; + } .starter-template { - padding: 60px 0; + padding: 40px 15px; text-align: center; } </style> |
