Skip to content

Commit d27b52e

Browse files
committed
Make the horizontal rule between project entries responsive.
1 parent 20b9719 commit d27b52e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

layouts/projects/summary.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ <h5 class="subtitle is-5">{{ .Params.account }}</h5>
2626
</div>
2727
</div>
2828
</article>
29-
<hr/>
29+
<div class="columns is-centered">
30+
<div class="column is-four-fifths">
31+
<hr/>
32+
</div>
33+
</div>

0 commit comments

Comments
 (0)