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.
2 parents 26d2787 + 0e354c8 commit 48d98f5Copy full SHA for 48d98f5
src/styles/app.scss
@@ -475,6 +475,11 @@ blockquote::before {
475
min-height: 100px;
476
}
477
478
+.user-name {
479
+ display: flex;
480
+ justify-content: center;
481
+}
482
+
483
.user-container {
484
min-height: 300px;
485
templates/production/users.hbs
@@ -17,7 +17,7 @@
17
<img src="/static/images/user-logos/{{ u.logo }}" alt="{{ u.logo }}" />
18
</a>
19
</div>
20
- <h4 class="f2 fw6">{{ u.name }}</h4>
+ <h4 class="user-name f2 fw6">{{ u.name }}</h4>
21
<p>{{{ u.how }}}</p>
22
23
{{/each~}}
0 commit comments