diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-08-05 02:05:55 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-08-05 02:05:55 -0400 |
commit | 651130d78ddef70a0fd39251444da7c6c0c02c39 (patch) | |
tree | 228d3c835673a249959baa59f9dbb2eb5ede518b /custom | |
parent | a54e9e5177f62931eed1663e81e26fdac06d7804 (diff) |
wide button column on preview pages
Diffstat (limited to 'custom')
-rw-r--r-- | custom/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/index.html b/custom/index.html index fb7f9951..06a15f24 100644 --- a/custom/index.html +++ b/custom/index.html @@ -229,7 +229,7 @@ </div> <div class="row"> - <div class="col-lg-6"> + <div class="col-lg-7"> <p class="bs-component"> <a href="#" class="btn btn-default">Default</a> @@ -324,7 +324,7 @@ </p> </div> - <div class="col-lg-6"> + <div class="col-lg-5"> <p class="bs-component"> <a href="#" class="btn btn-default btn-lg btn-block">Block level button</a> |