Repository: nifi-site Updated Branches: refs/heads/master 98c0168fb -> d458ab2d5
This closes #13. Fixing paragraph withouth proper padding, vertically misaligned Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/33351371 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/33351371 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/33351371 Branch: refs/heads/master Commit: 3335137146a87386b91ba4b3b471c8efbb628671 Parents: 98c0168 Author: Michal Klempa <[email protected]> Authored: Wed Feb 15 10:58:28 2017 +0100 Committer: joewitt <[email protected]> Committed: Tue Feb 21 16:11:11 2017 -0500 ---------------------------------------------------------------------- src/pages/html/powered-by-nifi.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/33351371/src/pages/html/powered-by-nifi.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/powered-by-nifi.hbs b/src/pages/html/powered-by-nifi.hbs index 7b47c1f..b2f35ae 100644 --- a/src/pages/html/powered-by-nifi.hbs +++ b/src/pages/html/powered-by-nifi.hbs @@ -14,7 +14,9 @@ title: Powered by NiFi - Companies & Organizations using Apache NiFi </div> </div> <div class="row"> - <p class="description">Below is a sample of companies and organisations using Apache NiFi</p> + <div class="large-12 columns"> + <p class="description">Below is a sample of companies and organisations using Apache NiFi</p> + </div> </div> <div class="row"> <div class="large-12 columns">
