fixed verify account css

This commit is contained in:
David Baldwynn 2016-04-25 12:45:05 -04:00
parent b608c00778
commit 8e798cc24b

View file

@ -1,4 +1,4 @@
<section class="row text-center" data-ng-controller="VerifyController" ng-init="validateVerifyToken()">
<section style="margin-top:50px;" class="row text-center" data-ng-controller="VerifyController" ng-init="validateVerifyToken()">
<section class="row text-center" ng-if="isResetSent">
<h3 class="col-md-12">Account successfuly activated</h3>
@ -11,4 +11,4 @@
<a href="/#!/signin" class="col-md-6">Signin to your account</a>
</section>
</section>
</section>