assets, move memories to proper location
This commit is contained in:
@@ -855,6 +855,31 @@ img {
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
/* Blog Waitlist CTA */
|
||||
.blog-waitlist-cta {
|
||||
background: var(--bg-card);
|
||||
border-top: 1px solid var(--border-color);
|
||||
padding: 80px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.blog-waitlist-cta h2 {
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.blog-waitlist-cta p {
|
||||
color: var(--text-secondary);
|
||||
margin-bottom: 32px;
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
|
||||
.blog-waitlist-cta .hero-form {
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media (max-width: 1024px) {
|
||||
.features-grid {
|
||||
|
||||
Reference in New Issue
Block a user