About me corrections and CTA button

This commit is contained in:
2025-09-01 13:56:11 +02:00
parent 0e6ddfede4
commit 8564125edf
4 changed files with 77 additions and 4 deletions

View File

@ -197,6 +197,35 @@ p {
gap: 1rem;
}
/* Two-row hero button layout */
.hero-buttons--stack {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
.hero-buttons-row {
display: flex;
gap: 1rem;
}
.hero-buttons-row--secondary {
justify-content: center;
}
.hero-buttons-row--primary {
justify-content: center;
}
@media (max-width: 480px) {
.hero-buttons-row {
flex-direction: column;
width: 100%;
max-width: 320px;
}
}
/* Buttons */
.btn {
padding: 12px 24px;