Minor: center first About page text. #13

Merged
steverusso merged 1 commits from minor-about-page-fix into master 2020-04-28 15:17:29 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{{ define "main" }}
<div class="container">
<div class="row text-center">
<div class="row">
<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>