Put the modal more at the top, looks funky in middle

This commit is contained in:
Dane Everitt 2018-06-16 16:27:53 -07:00
parent d6959ea3dd
commit 4e4a183f48
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -6,5 +6,6 @@
& > .modal-container { & > .modal-container {
@apply .relative .p-8 .bg-white .w-full .max-w-md .m-auto .flex-col .flex; @apply .relative .p-8 .bg-white .w-full .max-w-md .m-auto .flex-col .flex;
transition: all 250ms ease; transition: all 250ms ease;
margin-top: 15%;
} }
} }