Skip to content

Commit 0aa6ccc

Browse files
jkyberneeesclaude
andcommitted
style(docs): expand Telegram chat mockup to full slide width
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 419555b commit 0aa6ccc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
.carousel .nav button.active { background: var(--accent); color: #000; border-color: var(--accent); }
183183
/* Hero carousel — terminal content is left-aligned even inside the centered hero */
184184
.hero-carousel { max-width: 680px; margin: 40px auto 0; text-align: left; }
185-
.carousel .slide-img { text-align: center; }
185+
.carousel .slide-img { text-align: left; padding: 12px 16px; }
186186
.carousel .slide-img img {
187187
display: block; margin: 12px auto 10px; max-width: 100%; max-height: 440px;
188188
border-radius: 10px; border: 1px solid var(--border-subtle);
@@ -198,12 +198,12 @@
198198
.carousel .slide .bul { display: block; padding-left: 14px; text-indent: -14px; }
199199

200200
/* ── Telegram chat mockup (slide 7) ── */
201-
.tg-wrap { display: flex; justify-content: center; padding: 10px 0 4px; }
201+
.tg-wrap { display: flex; width: 100%; padding: 4px 0; }
202202
.tg-phone {
203-
width: 320px; background: #0e1621; border-radius: 14px;
203+
width: 100%; background: #0e1621; border-radius: 14px;
204204
border: 1px solid #1e3448; overflow: hidden;
205205
font-family: var(--font-sans); font-size: 0.8rem;
206-
display: flex; flex-direction: column; max-height: 400px;
206+
display: flex; flex-direction: column;
207207
}
208208
.tg-hdr {
209209
background: #17212b; padding: 9px 14px; display: flex; align-items: center;

0 commit comments

Comments
 (0)