Fix wrong width measure

This commit is contained in:
enzoggqs 2023-02-01 12:29:52 -03:00
parent fa78897b5e
commit 2952a3c166

View File

@ -10,7 +10,7 @@ const props = defineProps({
<div class="page">
<div class="text-container">
<span
class="text font-bold sm:text-3xl text-2xl sm:max-w-[29rem] msx-w-[20rem]"
class="text font-bold sm:text-3xl text-2xl sm:max-w-[29rem] max-w-[20rem]"
>
{{ props.title ? props.title : "Confirme em sua carteira" }}
</span>