Skip to content

Commit 64988eb

Browse files
committed
fix mobile layout and Open Editor button color
1 parent 9863e07 commit 64988eb

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,12 @@
164164
box-shadow: 2px 0 12px rgba(0,0,0,0.08);
165165
}
166166
.sidebar.open { left: 0; }
167-
.main { flex-direction: column; padding: 3rem 2rem; height: auto; gap: 2rem; }
167+
.main { flex-direction: column; padding: 2rem 1.25rem; height: auto; gap: 1.5rem; }
168+
.hero-text { order: 1; }
169+
#hero-preview { order: 2; width: 100% !important; height: 220px !important; }
170+
.examples-grid { grid-template-columns: 1fr !important; }
171+
.getting-started-section { padding: 2rem 1.25rem; }
172+
.gs-cards { grid-template-columns: 1fr !important; }
168173
.right img { width: 180px; height: 180px; }
169174
.scroll-hint { position: static; transform: none; display: block; text-align: center; padding: 1rem 0; animation: none; }
170175
}
@@ -189,7 +194,7 @@ <h1 style="font-family:'Space Grotesk',sans-serif;font-size:2rem;font-weight:600
189194
<div class="hero-actions">
190195
<a class="hero-link" href="/reference">Reference</a>
191196
<a class="hero-btn-download" href="/downloads">Download</a>
192-
<a class="hero-btn-download" href="/editor" style="background:#4b9cd3;color:#fff;">Open Editor</a>
197+
<a class="hero-btn-download" href="/editor" style="background:#e8b400;color:#111;">Open Editor</a>
193198
</div>
194199
<textarea id="hero-editor" style="display:none;"></textarea>
195200

0 commit comments

Comments
 (0)