About me corrections and CTA button
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user