Fix wrong width measure
This commit is contained in:
parent
fa78897b5e
commit
2952a3c166
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user