pull/88/head
Lucian I. Last 7 years ago
parent 41b2fcab0d
commit 2a3d2d58c7

@ -48,15 +48,13 @@ p {
} }
.footer { .footer {
width: 640px width: 100%
height: 60px height: 60px
text-align: center text-align: center
color: gray color: gray
padding: 10px 0 10px padding: 10px 0 10px
position: fixed position: relative
bottom: 0 bottom: 0
left: calc(50vw - 320px)
right: calc(50vw - 320px)
border-radius: 5px 5px 0 0 border-radius: 5px 5px 0 0
background white background white
@ -82,10 +80,6 @@ p {
} }
} }
.container {
height: 100vh
}
.page { .page {
display: flex display: flex
flex-direction: column; flex-direction: column;
@ -95,8 +89,6 @@ p {
} }
.drop-zone { .drop-zone {
width: 100%
height: 100%
.drop-zone-overlay { .drop-zone-overlay {
position: fixed position: fixed

Loading…
Cancel
Save