centering

This commit is contained in:
Scott Austin 2015-06-05 14:57:46 -07:00
parent 768ae9fa4b
commit ffb55be9d5
2 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,9 @@
<style> <style>
center { center {
text-align: center; text-align: center;
display: block;
margin-left: auto;
margin-right: auto
} }
</style> </style>
<script> <script>

View File

@ -3,7 +3,6 @@ layout: default
title: Home title: Home
--- ---
<div class="center"> <div class="center">
<p>
<a href="https://github.com/Obrary/{{ site.github.project_title }}/archive/master.zip"> <a href="https://github.com/Obrary/{{ site.github.project_title }}/archive/master.zip">
<img src="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/download-free-design-file.png" alt="Download free design package" align="middle"></a> <img src="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/download-free-design-file.png" alt="Download free design package" align="middle"></a>
<br>This .zip file contains all of the CAD, interchange (.dxf, .pdf, etc) and CAM files for the {{ site.github.project_title }} <br>This .zip file contains all of the CAD, interchange (.dxf, .pdf, etc) and CAM files for the {{ site.github.project_title }}