Skip to content

Commit

Permalink
Fixed project card title cases
Browse files Browse the repository at this point in the history
  • Loading branch information
JB515 committed Apr 16, 2024
1 parent eddeb5e commit d11f747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/projects.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
%}
{% endif %}
<div class="card-body">
<h2 class="card-title text-lowercase">{{ project.title }}</h2>
<h2 class="card-title">{{ project.title }}</h2>
<p class="card-text">{{ project.description }}</p>
<div class="row ml-1 mr-1 p-0">
{% if project.github %}
Expand Down

0 comments on commit d11f747

Please sign in to comment.