mod: size form edit profile

This commit is contained in:
Alexandro Uc Santos
2024-04-04 19:47:08 -06:00
parent 4bc44038c2
commit 1a6c6b4515

View File

@@ -31,9 +31,8 @@
</script>
<template>
<div class="form-content">
<form @submit.prevent="handleSave" autocomplete="off" method="post" ref="formRef">
<div class="profile">
<form @submit.prevent="handleSave" autocomplete="off" method="post" ref="formRef" class="form-content">
<CustomInput
label="Nombres(s):"
type="text"
@@ -78,8 +77,12 @@
</template>
<style scoped>
/* .profile {
margin: 0 auto;
} */
.form-content {
margin: 24px 100px;
max-width: 1024px;
margin: 0 auto;
background-color: #FFF;
padding: 32px 32px;
border-radius: 13px;