Ajuste visual al login

This commit is contained in:
Rodrigo 2025-06-21 16:23:48 -03:00
parent 78b9d682cc
commit 116875b769

View file

@ -16,13 +16,13 @@ export default {
<template>
<div id="login-form" :class="estilos.fondo">
<section class="section">
<login-dropdown class="is-hidden-tablet"/>
<login-titulos/>
<login-input/>
<div class="columns is-centered">
<div class="column is-half">
<login-dropdown class="is-hidden-tablet"/>
<login-titulos/>
<login-input/>
</div>
</div>
</section>
</div>
</template>
<style scoped>
</style>