added wide layout

This commit is contained in:
Danny Coates 2018-10-25 13:28:06 -07:00
parent 7838ad586d
commit 211404237a
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
9 changed files with 23 additions and 19 deletions

View file

@ -32,8 +32,6 @@ progress::-webkit-progress-value {
}
.main {
@apply bg-blue-lightest;
min-height: calc(100vh - 6rem);
}
@ -73,9 +71,7 @@ progress::-webkit-progress-value {
@apply shadow-md;
@apply m-auto;
min-width: 30rem;
max-width: 60rem;
min-height: 30rem;
max-height: 38rem;
max-height: 40rem;
}
}