0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Update starter template to include left/right padding on inner container; also include body padding

This commit is contained in:
Mark Otto 2013-01-31 18:06:56 -08:00
parent 5e5670a1b4
commit 061d2849a6

View File

@ -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>