perf(SignLayout): ajustes de visualización para cuadrar el Footer

parent 88e2c14a
Showing with 3 additions and 4 deletions
<template> <template>
<div class="d-flex flex-column min-vh-100 bg-custom"> <div class="bg-custom d-flex flex-column align-items-center justify-content-center flex-grow-1">
<div class="container flex-grow-1 d-flex align-items-center justify-content-center"> <div class="container">
<div class="row w-100 justify-content-center gx-5"> <div class="row w-100 justify-content-center gx-5">
<section class="col-12 col-lg-5 text-center mb-4 mb-lg-0 align-content-center"> <section class="col-12 col-lg-5 text-center mb-4 mb-lg-0 align-content-center">
<div class="logo"> <div class="logo">
<img src="/src/assets/logo.jpg" alt="Logo" /> <img src="/src/assets/logo.jpg" alt="Logo" />
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
<style scoped> <style scoped>
.bg-custom { .bg-custom {
background-color: #f4f6f5; background-color: #f4f6f5;
height: calc(100% - 40px);
} }
p { p {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment