Skip to content

Commit cbc3ea5

Browse files
authored
Update projects.liquid to include fund info at top
1 parent 09f0a6a commit cbc3ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/projects.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
%}
1414
{% endif %}
1515
<div class="card-body">
16-
<h2 class="card-title">{{ project.title }}</h2>
17-
<p class="card-text" style="font-size: 10px;">{{ project.description }}</p>
1816
<div style="margin-top: 10px;"> <!-- Container for spacing -->
1917
<div style="
2018
display: inline-block; /* To fit content size */
@@ -28,6 +26,8 @@
2826
{{ project.fund }}
2927
</div>
3028
</div>
29+
<h2 class="card-title">{{ project.title }}</h2>
30+
<p class="card-text" style="font-size: 10px;">{{ project.description }}</p>
3131
<div class="row ml-1 mr-1 p-0">
3232
{% if project.github %}
3333
<div class="github-icon">

0 commit comments

Comments
 (0)