This commit is contained in:
@@ -435,6 +435,7 @@ header .container {
|
||||
.hero {
|
||||
padding: 0 !important;
|
||||
min-height: auto !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.hero-bg {
|
||||
@@ -449,7 +450,7 @@ header .container {
|
||||
.hero-content {
|
||||
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
|
||||
padding: var(--spacing-2xl) var(--spacing-lg);
|
||||
text-align: center;
|
||||
text-align: left !important;
|
||||
order: 2;
|
||||
}
|
||||
|
||||
@@ -458,6 +459,7 @@ header .container {
|
||||
line-height: 1.15;
|
||||
margin-bottom: var(--spacing-md);
|
||||
letter-spacing: -0.03em;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.hero-content p {
|
||||
@@ -465,13 +467,16 @@ header .container {
|
||||
line-height: 1.6;
|
||||
margin-bottom: var(--spacing-xl);
|
||||
color: #4b5563;
|
||||
text-align: left !important;
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
.hero-actions {
|
||||
justify-content: center;
|
||||
justify-content: flex-start !important;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
gap: var(--spacing-md) !important;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
|
||||
.hero-actions .secondary-link {
|
||||
|
||||
Reference in New Issue
Block a user