From a930e35a356452b56726ac720d99284da8d34172 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Wed, 12 Aug 2015 03:20:33 -0700 Subject: [PATCH] Restyle the upload and download page sizing. --- css/index.styl | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/css/index.styl b/css/index.styl index 8eacaf1..74592e3 100644 --- a/css/index.styl +++ b/css/index.styl @@ -45,15 +45,18 @@ p { } } -body { - display: table; - width: 100%; -} - .footer { - text-align: center; - color: gray; - padding: 20px 0 10px + width: 640px + height: 60px + text-align: center + color: gray + padding: 10px 0 10px + position: fixed + bottom: 0 + left: calc(50vw - 320px) + right: calc(50vw - 320px) + border-radius: 5px 5px 0 0 + background white p { font: 12px/20px "Quicksand", sans-serif; @@ -69,17 +72,15 @@ body { } .container { - display: table-row; - vertical-align: center; - height: 100%; + height: 100vh } .page { display: flex - padding-top: 8vh; flex-direction: column; justify-content: center; height: 100%; + min-height: 640px; } .drop-zone {