website/www: Fix logos/copyright alignment
Before: ![](http://cl.ly/image/2g2h0v1Z371r/Screen%20Shot%202015-08-17%20at%2011.22.48%20AM.png) After: ![](http://cl.ly/image/0s1e2a272o2q/Screen%20Shot%202015-08-17%20at%2011.21.31%20AM.png)
This commit is contained in:
parent
cd25b820c4
commit
0f8a88f497
|
@ -78,9 +78,11 @@
|
|||
</div> <!-- /row -->
|
||||
|
||||
<div class="row">
|
||||
<h6 class="legal">
|
||||
Copyright © <%= Time.now.year %> HashiCorp
|
||||
</h6>
|
||||
<div class="span12">
|
||||
<h6 class="legal">
|
||||
Copyright © <%= Time.now.year %> HashiCorp
|
||||
</h6>
|
||||
</div> <!-- /span -->
|
||||
</div> <!-- row -->
|
||||
</div> <!-- container -->
|
||||
</footer>
|
||||
|
|
Loading…
Reference in New Issue