Skip to content

Commit 518b383

Browse files
committed
Styling improvements
1 parent de1d2e2 commit 518b383

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<div class="hero-title">
2-
<h1 class="main-title">Building a minimal AI agent</h1>
3-
<p class="subtitle">for software engineering, terminal use and more</p>
2+
<h1 class="main-title">Building a minimal AI agent from scratch</h1>
3+
<p class="subtitle">for software engineering, terminal use, and more</p>
44
</div>
55

66
<div class="author-box">
77
<p><strong>Authors:</strong> Kilian Lieret, Carlos Jimenez, John Yang, Ofir Press.</p>
8-
<p><strong>Contributions by</strong> <a href="#contribute">Contribute</a></p>
8+
<p><strong>Contributions by</strong> ... <a href="#contribute">Contribute</a></p>
99
</div>
1010

1111
So you want to build your own AI agent from scratch? The good news: It's super simple, especially with more recent language models.

docs/stylesheets/extra.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
.hero-title .main-title {
11-
font-size: 3rem;
11+
font-size: 2.2rem;
1212
font-weight: 700;
1313
margin: 0;
1414
margin-bottom: 0.5rem;
@@ -27,13 +27,13 @@
2727
background-color: var(--md-default-bg-color);
2828
border: 1px solid var(--md-default-fg-color--lightest);
2929
border-radius: 8px;
30-
padding: 1.5rem;
31-
margin-bottom: 3rem;
30+
padding: 0.75rem 1rem;
31+
margin-bottom: 2rem;
3232
text-align: center;
3333
}
3434

3535
.author-box p {
36-
margin: 0.5rem 0;
36+
margin: 0.25rem 0;
3737
}
3838

3939
.author-box strong {

0 commit comments

Comments
 (0)