diff options
| author | Mark Otto <[email protected]> | 2013-01-17 00:23:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 00:23:25 -0800 |
| commit | 33864b4a3df961309d68ea8696c2d6d5b9e441a7 (patch) | |
| tree | 278803f5798b83ee289aecbcdcc64d1ce5f79c0b /docs/assets/css/docs.css | |
| parent | 9374965b83e17df55cb3bb80072a297b117ec00c (diff) | |
| download | bootstrap-33864b4a3df961309d68ea8696c2d6d5b9e441a7.tar.xz bootstrap-33864b4a3df961309d68ea8696c2d6d5b9e441a7.zip | |
dat docs messaging (on the homepage)
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 105c47d7b..d3741ce26 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -450,10 +450,12 @@ section > ul li { padding-bottom: 100px; } .masthead h1 { - font-size: 80px; + font-size: 100px; } .masthead p { - font-size: 24px; + font-size: 30px; + margin-left: 10%; + margin-right: 10%; } .subhead { text-align: left; |
