Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Alba María Álvarez
/
front_recipes
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8dd54fc4
authored
Aug 26, 2025
by
Alba María Álvarez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
perf(SignLayout): ajustes de visualización para cuadrar el Footer
parent
88e2c14a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
src/components/SignLayout.vue
src/components/SignLayout.vue
View file @
8dd54fc4
<
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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment