🎨 Mejora la página de bienvenida y el tema básico #6

Merged
manuelcillero merged 37 commits from advanced-welcome-page into main 2025-09-20 12:37:55 +02:00
Showing only changes of commit d4d55146d3 - Show all commits

View file

@ -420,17 +420,15 @@ a:hover:visited {
}
.welcome-footer {
display: flex;
justify-content: center;
flex-direction: column;
margin: 0 auto;
padding: 0 10.625rem 2rem;
max-width: 80rem;
font-size: 1.15rem;
font-weight: 300;
line-height: 100%;
justify-content: center;
display: flex;
flex-direction: column;
max-width: 80rem;
padding: 0 10.625rem 2rem;
/*
z-index: 10;
*/
}
.welcome-footer a:visited {
color: var(--color-gray);