Minor: center first About page text. (#13)

Minor: center first About page text.

Reviewed-by: jeff <jeff@simplesystems.tech>
This commit is contained in:
steverusso 2020-04-28 15:17:27 +00:00
parent dfa147ca19
commit b8d344b94f

View File

@ -1,8 +1,8 @@
{{ define "main" }} {{ define "main" }}
<div class="container"> <div class="container">
<div class="row text-center"> <div class="row">
<div class="col xs-12"> <div class="col xs-12">
<p class="headline">Our mission is to deliver simple solutions for complex problems.</p> <p class="headline text-center">Our mission is to deliver simple solutions for complex problems.</p>
</div> </div>
</div> </div>