Update ModalComponent.vue

This commit is contained in:
Dragos 2022-09-05 20:39:27 +03:00 committed by GitHub
parent a3a5b8155d
commit bf1ab3926e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,6 @@ export default {
}
.modal-container {
@apply w-min m-auto px-8 bg-dark-700 p-6 rounded-xl min-w-[20vw];
@apply w-min m-auto min-w-[20vw];
}
</style>