Skip to content

Commit 6af0199

Browse files
committed
fix demo figcaption css
1 parent 18036d3 commit 6af0199

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

diff-viz-styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,13 @@
239239
font-style: italic;
240240
}
241241

242+
#demo-figure figcaption {
243+
font-family: 'Noto Serif', Georgia, serif;
244+
font-style: italic;
245+
font-size: 90%;
246+
color: var(--nord3);
247+
}
248+
242249
/* Mobile responsive font sizes */
243250
@media (max-width: 768px) {
244251
#demo-figure .code-header {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h2 id="demo">Demo</h2>
113113
| Timestep <span id="timestepCount">0</span>
114114
</div>
115115
</div>
116-
<figcaption>Librarian in action: watch as it identifies common patterns and refactors multiple code sources into shorter versions by creating a unified library with reusable components.</figcaption>
116+
<figcaption style="text-align: center;">Librarian refactors competition coding solutions in MiniCode: Given a collection of code solutions, Librarian identifies useful abstractions and creates a library. It then rewrites each code solution using the library.</figcaption>
117117
</figure>
118118
</section>
119119

0 commit comments

Comments
 (0)