Skip to content

Commit

Permalink
Fix #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankush Chadda committed May 14, 2018
1 parent 3b558e2 commit 23e7fbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion public/static/css/grayscale.css
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,10 @@ background-color:transparent;border:none
}

.faq {
background-color: #8181b7;
background-color: #a7b5ce;
text-align: center;
}

.signupBox {
padding: 4%;
}
2 changes: 1 addition & 1 deletion src/components/AboutPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class AboutPage extends React.Component {
Absolutely! Gift this to your mother, neighboor, dentist, or barista. Give them a chance to experience something new, and share what they know. Sign them up <a href="/signup">here</a>. (They'll be able to fill out their own coffee preferences when they redeem their gift).
</p>
<h6> Still have questions? Email me: <a href="mailto:conner@thecoffeeswap.com">conner@thecoffeeswap.com</a></h6><br/>
<div className="row">
<div className="row signupBox">
<div className="col-lg-12 ab-su">
<a href="/signup" className="btn btn-default btn-lg">Sign Up Now</a>
</div><br/><br/>
Expand Down

0 comments on commit 23e7fbb

Please sign in to comment.