fix(deploy): fixed deploy for gradle.
Some checks failed
Build, Test and Deploy / test-backend (push) Failing after 3s
Build, Test and Deploy / build-and-push (push) Has been skipped
Build, Test and Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-02-04 15:33:28 +01:00
parent 2f7e8798d2
commit db4df2573c
7 changed files with 84 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ import { AppCardComponent } from '../../shared/components/app-card/app-card.comp
`,
styles: [`
.contact-hero {
padding: 5rem 0 3.5rem;
padding: 3rem 0 2rem;
background: var(--color-bg);
text-align: center;
}
@@ -34,7 +34,7 @@ import { AppCardComponent } from '../../shared/components/app-card/app-card.comp
margin: var(--space-3) auto 0;
}
.content {
padding: 3rem 0 5rem;
padding: 2rem 0 5rem;
max-width: 800px;
}
`]