style updated for chrome

This commit is contained in:
Danny Coates 2018-11-05 14:19:26 -08:00
parent 7394d20cb7
commit 43748295b0
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
6 changed files with 7 additions and 13 deletions

View file

@ -42,11 +42,6 @@ progress::-webkit-progress-value {
@apply bg-white;
}
.info {
height: 90%;
max-height: 32rem;
}
.header-logo {
background-image: url('../assets/send_logo_white.svg');
background-position: left;
@ -150,8 +145,10 @@ progress::-webkit-progress-value {
@apply flex-1;
@apply self-center;
@apply items-center;
@apply my-10;
@apply m-auto;
@apply py-8;
min-height: 33rem;
max-height: 40rem;
width: calc(100% - 3rem);
}
@ -162,7 +159,5 @@ progress::-webkit-progress-value {
.main > section {
@apply shadow-md;
min-height: 30rem;
}
}