diff --git a/public/index.html b/public/index.html index f51e696..c5a08d8 100644 --- a/public/index.html +++ b/public/index.html @@ -39,6 +39,6 @@
- + diff --git a/public/postlight-logo.svg b/public/postlight-logo.svg index fc406ed..8888a54 100644 --- a/public/postlight-logo.svg +++ b/public/postlight-logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/App.css b/src/App.css index 9309474..f944fcf 100644 --- a/src/App.css +++ b/src/App.css @@ -12,7 +12,3 @@ body { font-weight:bold; color:#222; } - -footer img { - padding-top: 15px; -} \ No newline at end of file diff --git a/src/index.css b/src/index.css index 436bebf..c523c45 100644 --- a/src/index.css +++ b/src/index.css @@ -12,23 +12,23 @@ code { monospace; } +#root { + min-height: calc(100vh - (2em + 32px)); +} + footer { flex-shrink: 0; display: flex; justify-content: flex-end; font-size: 14px; - align-items: center; + line-height: 24px; + align-items: top; padding: 1em 2em; } footer img { + height: 32px; + display: inline-block; + vertical-align: top; margin-left: 10px; } - -#root { - min-height: calc(100vh - 106px); -} -footer { - height: 78px; -} -