From 472a02863282487e8b6a218e483989b262a1b67c Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Tue, 30 Jun 2015 21:46:35 -0700 Subject: [PATCH] Add a PayPal donation button. --- css/index.styl | 24 ++++++++++++++++++------ lib/components/App.js | 14 ++++++++++++-- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/css/index.styl b/css/index.styl index ebcafc6..5019646 100644 --- a/css/index.styl +++ b/css/index.styl @@ -49,12 +49,23 @@ body { width: 100%; } -.byline { - display: table-row; - font: 12px/40px "Quicksand", sans-serif; - text-align: center; - color: gray; - height: 40px; +.footer { + display: table; + width: 100%; + padding: 20px; + + form { + text-align: center; + display: table-row; + } + + p { + display: table-row; + font: 12px/20px "Quicksand", sans-serif; + text-align: center; + color: gray; + padding: 0 10px; + } } .container { @@ -65,6 +76,7 @@ body { .page { display: flex + padding-top: 8vh; flex-direction: column; justify-content: center; height: 100%; diff --git a/lib/components/App.js b/lib/components/App.js index 85bb62d..9eaba72 100644 --- a/lib/components/App.js +++ b/lib/components/App.js @@ -53,8 +53,18 @@ export default class App extends React.Component { ? : } -