Skip to content

Commit 20b9719

Browse files
committed
Center the list of projects.
1 parent 51206f5 commit 20b9719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/projects/summary.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<article>
2-
<div class="columns">
3-
<div class="column">
2+
<div class="columns is-centered">
3+
<div class="column is-one-third">
44
<h3 class="title is-3"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
55
<h5 class="subtitle is-5">{{ .Params.account }}</h5>
66
<p class="content">{{ .Description | markdownify }}</p>
@@ -16,7 +16,7 @@ <h5 class="subtitle is-5">{{ .Params.account }}</h5>
1616
</div>
1717
{{ end }}
1818
</div>
19-
<div class="column is-one-quarter">
19+
<div class="column is-two-fifths">
2020
<figure class="thumbnail">
2121
<p class="image">
2222
<img src="{{ .RelPermalink }}thumbnail.png"

0 commit comments

Comments
 (0)