mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 04:20:24 +00:00
Update starter template to include left/right padding on inner container; also include body padding
This commit is contained in:
parent
5762b67a9f
commit
bd265daa82
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue