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 09f0a6a commit cbc3ea5Copy full SHA for cbc3ea5
_includes/projects.liquid
@@ -13,8 +13,6 @@
13
%}
14
{% endif %}
15
<div class="card-body">
16
- <h2 class="card-title">{{ project.title }}</h2>
17
- <p class="card-text" style="font-size: 10px;">{{ project.description }}</p>
18
<div style="margin-top: 10px;"> <!-- Container for spacing -->
19
<div style="
20
display: inline-block; /* To fit content size */
@@ -28,6 +26,8 @@
28
26
{{ project.fund }}
29
27
</div>
30
+ <h2 class="card-title">{{ project.title }}</h2>
+ <p class="card-text" style="font-size: 10px;">{{ project.description }}</p>
31
<div class="row ml-1 mr-1 p-0">
32
{% if project.github %}
33
<div class="github-icon">
0 commit comments