We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bcb0a commit 34ee3a9Copy full SHA for 34ee3a9
_layouts/default.html
@@ -34,9 +34,13 @@
34
margin-left: .5rem;
35
}
36
37
+ .subtitle {
38
+ max-width: none;
39
+ }
40
+
41
header > p {
42
font-size: 1.2em;
- max-width: 600px;
43
+ max-width: 800px;
44
text-align: center;
45
46
.small {
index.html
@@ -9,7 +9,7 @@ <h1 class="siteTitle">{{ page.title }}</h1>
9
</div>
10
11
<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>
+ <p class="subtitle">
13
We're building open, community-first software for the sport of rowing. 🚣♀️
14
</p>
15
<p></p>
0 commit comments