diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-04-18 00:27:39 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-04-18 00:27:39 -0500 |
commit | 09855635d1959380719f7b0e51a76cad25cb59fb (patch) | |
tree | 9c242a5578a2584933cfdc3afc99dde8b37e4feb | |
parent | 6cd3e6a5046beb889489e66730b906735813e9de (diff) |
Use class test center margin bar 3.
-rw-r--r-- | views/index.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.handlebars b/views/index.handlebars index 6213adc..46432e8 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -1 +1 @@ -<h1>{{title}}</h1> +<h1 class="text-center mb-3">{{title}}</h1> |