feat(dash): improved frontend dashboard #6

Merged
sharang merged 8 commits from feat/CAI-4-next into main 2026-02-19 11:52:41 +00:00
Showing only changes of commit 80faa4fa86 - Show all commits

View File

@@ -288,6 +288,13 @@ h1, h2, h3, h4, h5, h6 {
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
gap: 64px; gap: 64px;
align-items: center; align-items: center;
width: 100%;
}
.hero-content {
display: flex;
flex-direction: column;
align-items: flex-start;
} }
.hero-badge { .hero-badge {
@@ -304,6 +311,7 @@ h1, h2, h3, h4, h5, h6 {
line-height: 1.1; line-height: 1.1;
color: #f1f5f9; color: #f1f5f9;
margin: 0 0 24px; margin: 0 0 24px;
width: 100%;
} }
.hero-title-accent { .hero-title-accent {
@@ -319,6 +327,7 @@ h1, h2, h3, h4, h5, h6 {
color: #8892a8; color: #8892a8;
margin: 0 0 36px; margin: 0 0 36px;
max-width: 520px; max-width: 520px;
width: 100%;
} }
.hero-actions { .hero-actions {
@@ -331,8 +340,8 @@ h1, h2, h3, h4, h5, h6 {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
max-width: 400px; width: 100%;
margin: 0 auto; min-height: 350px;
} }
/* -- Social Proof -- */ /* -- Social Proof -- */
@@ -682,8 +691,10 @@ h1, h2, h3, h4, h5, h6 {
} }
.hero-graphic { .hero-graphic {
max-width: 300px; max-width: 320px;
margin: 0 auto;
order: -1; order: -1;
min-height: auto;
} }
.features-grid { .features-grid {