Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Tweaking about page layout (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Oct 11, 2019
1 parent f6fd0b7 commit 121e74c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/app/_components/feature-card/feature-card.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
padding: 30px;
min-height: 350px;
max-width: 250px;
margin-left: auto;
margin-right: auto;
@include respond-to('small') {
margin: 10px auto;
max-width: 90%;
Expand Down
7 changes: 3 additions & 4 deletions src/app/public/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ <h1>

<h2>Helping recipe app developers</h2>


<div class="flex-grid">
<div class="col">
<p>Zestful allows developers to better understand the recipes their apps manage.</p>
Expand All @@ -26,9 +25,6 @@ <h2>Helping recipe app developers</h2>
</div>

<div class="flex-grid">
<div class="col">
&nbsp;
</div>
<div class="col">
&nbsp;
</div>
Expand All @@ -37,6 +33,9 @@ <h2>Helping recipe app developers</h2>
to meaningful
data in easy-to-consume JSON format.</p>
</div>
<div class="col">
&nbsp;
</div>
</div>

<h2>Use cases</h2>
Expand Down

0 comments on commit 121e74c

Please sign in to comment.