Minor layout change

This commit is contained in:
William Brawner 2015-09-03 08:48:41 -07:00
parent 0f10457832
commit ccce6eece5
2 changed files with 8 additions and 5 deletions

View file

@ -139,10 +139,11 @@ body {
}
.content-box {
display:block;
margin:0;
display:inline-block;
margin:5px 0;
padding:5px 0;
width:50%;
width:49%;
height:auto;
}
.content-box p {

View file

@ -35,9 +35,11 @@
<div class="content-section">
<div class="content-box">
<h2>Still not convinced?</h2>
<p>Don't take our word for it, sign up and try it out today!<br />
<a href='/generate'><button class="home-button">Get Started</button></a></p>
<p>Don't take our word for it, sign up and try it out today!<br /></p>
</div>
<div class="content-box">
<p><a href='/generate'><button class="home-button">Get Started</button></a></p>
</div>
</div>
</div>
@endsection