Skip to content

Commit 3ed0486

Browse files
committed
Fix terminal text alignment on mobile
- Override inherited text-align:center so terminal content stays left-aligned
1 parent f14323e commit 3ed0486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ section+section{border-top:1px solid var(--border)}
7171
.hero-badge{font-family:var(--mono);font-size:.72rem;padding:.3rem .65rem;border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text-secondary);background:var(--bg-elevated)}
7272

7373
/* Terminal */
74-
.terminal{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-elevated);overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,0.25),0 0 0 1px rgba(255,255,255,0.02)}
74+
.terminal{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-elevated);overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,0.25),0 0 0 1px rgba(255,255,255,0.02);text-align:left}
7575
.terminal-bar{display:flex;align-items:center;gap:6px;padding:12px 16px;background:var(--bg-card);border-bottom:1px solid var(--border)}
7676
.terminal-dot{width:10px;height:10px;border-radius:50%}
7777
.terminal-dot:nth-child(1){background:#f87171}

0 commit comments

Comments
 (0)