Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Merge 6ee2522 into 4870342
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jun 27, 2018
2 parents 4870342 + 6ee2522 commit 8268484
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/app/_components/nav/nav.component.scss
Expand Up @@ -30,4 +30,8 @@ mat-toolbar.compressed {
.sidenav-button {
font-size: 26pt;
padding: 25px 35px;
}

.site-name a {
color: white;
}
2 changes: 1 addition & 1 deletion src/app/app.component.scss
@@ -1,7 +1,7 @@
@import '~styles/breakpoints';

div.page-content {
padding-top: 12px;
padding-top: 0;
padding-left: 5%;
padding-right: 5%;
overflow-x: hidden;
Expand Down
4 changes: 2 additions & 2 deletions src/app/public/about/about.component.html
@@ -1,5 +1,5 @@

<h2>Understand your ingredients</h2>
<h1>Understand your ingredients</h1>
<div class="flex-grid">
<div class="col">
<p>The Ingredient Parser API turns plain recipe strings into beautiful, structured data.</p>
Expand Down Expand Up @@ -33,5 +33,5 @@ <h2>Use cases</h2>
<h2>Contact</h2>
<p class="full-width-content">
Questions? Please reach out to <a href="mailto:contact@ingredientparser.com">contact@ingredientparser.com</a>,
and I will be happy to assist you.
and we'll be happy to assist you.
</p>
3 changes: 1 addition & 2 deletions src/styles/_global.scss
Expand Up @@ -23,7 +23,7 @@ body {
h1 {
@extend %font-roboto-regular;
font-size: 3rem;
padding-bottom: 45px;
padding-bottom: 65px;
}

h2 {
Expand All @@ -45,5 +45,4 @@ a:active,
a:visited {
text-decoration: none;
cursor: pointer;
color: inherit;
}

0 comments on commit 8268484

Please sign in to comment.