Merge pull request #6156 from justincampbell/www-fix-footer-alignment

website/www: Fix logos/copyright alignment
This commit is contained in:
Mitchell Hashimoto 2015-11-18 12:06:01 -08:00
commit aabe5975d4
1 changed files with 5 additions and 3 deletions

View File

@ -78,9 +78,11 @@
</div> <!-- /row --> </div> <!-- /row -->
<div class="row"> <div class="row">
<div class="span12">
<h6 class="legal"> <h6 class="legal">
Copyright &copy; <%= Time.now.year %> HashiCorp Copyright &copy; <%= Time.now.year %> HashiCorp
</h6> </h6>
</div> <!-- /span -->
</div> <!-- row --> </div> <!-- row -->
</div> <!-- container --> </div> <!-- container -->
</footer> </footer>