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 e225d1d commit 7b89367Copy full SHA for 7b89367
_includes/projects.liquid
@@ -12,7 +12,7 @@
12
%}
13
{% endif %}
14
<div class="card-body">
15
- <h2 class="card-title text-lowercase">{{ project.title }}</h2>
+ <h2 class="card-title ">{{ project.title }}</h2>
16
<p class="card-text">{{ project.description }}</p>
17
<div class="row ml-1 mr-1 p-0">
18
{% if project.github %}
_includes/projects_horizontal.liquid
@@ -9,7 +9,7 @@
9
10
<div class="{% if project.img %}col-md-6{% else %}col-md-12{% endif %}">
11
- <h3 class="card-title text-lowercase">{{ project.title }}</h3>
+ <h3 class="card-title ">{{ project.title }}</h3>
0 commit comments