Minor layout change
This commit is contained in:
parent
0f10457832
commit
ccce6eece5
2 changed files with 8 additions and 5 deletions
7
public/assets/css/styles.css
vendored
7
public/assets/css/styles.css
vendored
|
@ -139,10 +139,11 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-box {
|
.content-box {
|
||||||
display:block;
|
display:inline-block;
|
||||||
margin:0;
|
margin:5px 0;
|
||||||
padding:5px 0;
|
padding:5px 0;
|
||||||
width:50%;
|
width:49%;
|
||||||
|
height:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-box p {
|
.content-box p {
|
||||||
|
|
|
@ -35,9 +35,11 @@
|
||||||
<div class="content-section">
|
<div class="content-section">
|
||||||
<div class="content-box">
|
<div class="content-box">
|
||||||
<h2>Still not convinced?</h2>
|
<h2>Still not convinced?</h2>
|
||||||
<p>Don't take our word for it, sign up and try it out today!<br />
|
<p>Don't take our word for it, sign up and try it out today!<br /></p>
|
||||||
<a href='/generate'><button class="home-button">Get Started</button></a></p>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="content-box">
|
||||||
|
<p><a href='/generate'><button class="home-button">Get Started</button></a></p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
Loading…
Reference in a new issue