Skip to content

Commit e93cb4e

Browse files
committed
rebalance website terminal preview
1 parent 10ebcf7 commit e93cb4e

4 files changed

Lines changed: 24 additions & 26 deletions

File tree

site/assets/social-preview.png

135 Bytes
Loading

site/assets/social-preview.svg

Lines changed: 12 additions & 14 deletions
Loading

site/assets/styles.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ h1, h2, h3, h4 { margin: 0; font-weight: 600; }
112112
background: var(--rt-bg);
113113
}
114114
@media (min-width: 768px) {
115-
.rt-hero { grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr); gap: 44px; padding: 72px var(--rt-pad-x-lg) 56px; }
115+
.rt-hero { grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr); gap: 44px; padding: 72px var(--rt-pad-x-lg) 56px; }
116116
}
117117
.rt-hero-copy {
118118
align-self: center;
@@ -122,10 +122,13 @@ h1, h2, h3, h4 { margin: 0; font-weight: 600; }
122122
font-size: 15px;
123123
}
124124
.rt-hero-run {
125-
align-self: stretch;
125+
align-self: center;
126126
display: flex;
127127
flex-direction: column;
128128
min-width: 0;
129+
width: 100%;
130+
max-width: 560px;
131+
justify-self: end;
129132
border: 1px solid var(--rt-fg);
130133
background: var(--rt-terminal);
131134
color: var(--rt-fg-invert);
@@ -154,12 +157,12 @@ h1, h2, h3, h4 { margin: 0; font-weight: 600; }
154157
.rt-terminal {
155158
flex: 1;
156159
margin: 0;
157-
padding: 18px 16px;
160+
padding: 15px 16px;
158161
overflow-x: auto;
159162
color: #e9edf0;
160163
font-family: var(--rt-font-mono);
161164
font-size: 12px;
162-
line-height: 1.65;
165+
line-height: 1.5;
163166
}
164167
.rt-terminal code { font-size: inherit; }
165168
.rt-run-facts {

site/index.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,11 @@ <h1 class="rt-display">Hand off the plan. Come back to a branch.</h1>
8787
<pre class="rt-terminal"><code>$ ralphterm docs/plans/feature.md
8888
starting task execution phase
8989

90-
[10:56:39] task 1 implement auth flow — done
91-
[10:59:12] task 2 add validation — done
92-
[11:02:44] phase 1 first review — running
93-
quality: no blocking findings
94-
testing: asks for edge-case coverage
95-
96-
[11:07:18] reviewer feedback sent to implementer
97-
[11:11:03] fixes committed, second review clean
90+
[10:56:39] task 1 implement auth flow done
91+
[10:59:12] task 2 add validation done
92+
[11:02:44] phase 1 review findings
93+
[11:07:18] implementer fixes review committed
94+
[11:11:03] phase 3 review clean
9895

9996
branch ready: feature-plan</code></pre>
10097
<dl class="rt-run-facts">

0 commit comments

Comments
 (0)