Skip to content

Commit 34ee3a9

Browse files
committed
unlock subtitle width
1 parent f0bcb0a commit 34ee3a9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_layouts/default.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@
3434
margin-left: .5rem;
3535
}
3636

37+
.subtitle {
38+
max-width: none;
39+
}
40+
3741
header > p {
3842
font-size: 1.2em;
39-
max-width: 600px;
43+
max-width: 800px;
4044
text-align: center;
4145
}
4246
.small {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1 class="siteTitle">{{ page.title }}</h1>
99
</div>
1010

1111
<a href="https://pub.dev/publishers/openrowing.com/packages"><img alt="Static Badge" src="https://img.shields.io/badge/pub.dev-openrowing.com-blue"></a>
12-
<p>
12+
<p class="subtitle">
1313
We're building open, community-first software for the sport of rowing. 🚣‍♀️
1414
</p>
1515
<p></p>

0 commit comments

Comments
 (0)