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 aeaa5e0 commit ad49636Copy full SHA for ad49636
_includes/projects.liquid
@@ -14,7 +14,7 @@
14
{% endif %}
15
<div class="card-body">
16
<h2 class="card-title">{{ project.title }}</h2>
17
- <p class="card-text" style="font-size: 16px;>{{ project.description }}</p>
+ <p class="card-text" style="font-size: 16px;">{{ project.description }}</p>
18
<div class="row ml-1 mr-1 p-0">
19
{% if project.github %}
20
<div class="github-icon">
0 commit comments