Documentos + Homepage rediseñada
Build & Push Docker Images / test-backend (push) Successful in 24s
Build & Push Docker Images / test-frontend (push) Successful in 23s
Build & Push Docker Images / build-backend (push) Successful in 2m22s
Build & Push Docker Images / build-frontend (push) Successful in 57s

This commit is contained in:
Antoni Nuñez Romeu
2026-06-26 16:59:20 +02:00
parent 14e9c16310
commit 2c1b3cfca6
36 changed files with 4665 additions and 372 deletions
+22
View File
@@ -66,6 +66,28 @@
text-align: center;
margin-bottom: 4rem;
animation: fadeInDown 0.8s ease-out;
position: relative;
}
.back-to-home-btn {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background: var(--surface-muted);
border: 1px solid var(--border);
color: var(--text-muted);
font-size: 0.88rem;
font-weight: 600;
padding: 0.5rem 1rem;
border-radius: 999px;
cursor: pointer;
transition: color 0.2s, background 0.2s;
}
.back-to-home-btn:hover {
color: var(--text-main);
background: var(--surface-card);
}
.app-header h1 {