Hero: Ausrichtungs-Varianten (align: center | bottom-left), Startseite zentriert
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -67,6 +67,20 @@
|
||||
margin-top: 1.75rem;
|
||||
}
|
||||
|
||||
/* Variante: Text mittig zentriert (z. B. Startseite) */
|
||||
.hero--center {
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hero--center .hero__text {
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
.hero--center .hero__actions {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* === instagram === */
|
||||
.instagram__grid {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user