Skip to content

Commit 24e20ab

Browse files
committed
fixes for design
1 parent 88d8210 commit 24e20ab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/build-site.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ function buildExamplesIndexPage(examples, css) {
11861186
<meta name="theme-color" content="#faf8f4">
11871187
<link rel="canonical" href="${siteUrl}examples/">
11881188
<meta property="og:title" content="TPS Examples">
1189-
<meta property="og:description" content="Interactive TPS format examples with editor and teleprompter views.">
1189+
<meta property="og:description" content="Interactive TPS format examples with teleprompter and raw source views.">
11901190
<meta property="og:type" content="website">
11911191
<meta property="og:url" content="${siteUrl}examples/">
11921192
<meta property="og:image" content="${socialImageUrl}">
@@ -1217,7 +1217,7 @@ function buildExamplesIndexPage(examples, css) {
12171217
<h1>TPS Examples</h1>
12181218
<p class="example-meta">
12191219
<a href="../">&larr; Back to spec</a> &middot;
1220-
Interactive examples showing how TPS scripts look in an editor and teleprompter.
1220+
Interactive examples showing how TPS scripts look in a teleprompter.
12211221
</p>
12221222
<div class="ai-buttons">
12231223
${renderAiButtons()}

website/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ pre code {
574574
margin: 0 0 0.85rem;
575575
color: var(--text-secondary); font-size: 0.9rem; line-height: 1.6;
576576
}
577-
.ai-buttons { display: flex; flex-wrap: wrap; gap: 0.5rem; }
577+
.ai-buttons { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.2rem; }
578578
.ai-btn {
579579
display: inline-flex; align-items: center; gap: 0.45rem;
580580
padding: 0.55rem 1rem;

0 commit comments

Comments
 (0)