Skip to content

Commit 3dbff83

Browse files
committed
Made subtitles one liner
1 parent 98fabee commit 3dbff83

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/pages/HomePage.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
color: rgba(255, 255, 255, 0.9);
4141
padding-right: 4rem;
4242
margin-left: 2rem;
43+
max-width: 400rem;
4344
}
4445

4546
.highlight {
@@ -65,7 +66,7 @@
6566
border: none;
6667
padding: 0;
6768
text-align: left;
68-
max-width: 320px;
69+
max-width: 500px;
6970
}
7071

7172
.cta-heading {
@@ -188,7 +189,7 @@
188189
padding: 2rem;
189190
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
190191
border: 1px solid #e5e7eb;
191-
max-width: 400px;
192+
max-width: 350px;
192193
width: 100%;
193194
}
194195

src/pages/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const HomePage: React.FC = () => {
3434
</h1>
3535

3636
<p className="hero-subtitle-short">
37-
Diverse dataset, extensive metrics, and live leaderboard
37+
Diverse dataset, extensive metrics, and <br /> live leaderboard
3838
</p>
3939
<div className="hero-actions">
4040
<Link to="/leaderboard" className="btn btn-primary">

0 commit comments

Comments
 (0)