Restyle the upload and download page sizing.

pull/18/head
Alex Kern 11 years ago
parent 32b6d58a1c
commit a930e35a35

@ -45,15 +45,18 @@ p {
} }
} }
body {
display: table;
width: 100%;
}
.footer { .footer {
text-align: center; width: 640px
color: gray; height: 60px
padding: 20px 0 10px 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 { p {
font: 12px/20px "Quicksand", sans-serif; font: 12px/20px "Quicksand", sans-serif;
@ -69,17 +72,15 @@ body {
} }
.container { .container {
display: table-row; height: 100vh
vertical-align: center;
height: 100%;
} }
.page { .page {
display: flex display: flex
padding-top: 8vh;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
height: 100%; height: 100%;
min-height: 640px;
} }
.drop-zone { .drop-zone {

Loading…
Cancel
Save