aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index f8d9589..59a079f 100644
--- a/index.html
+++ b/index.html
@@ -59,7 +59,7 @@ projects:
<h4 class="list-group-item-heading">{{ name }}</h4>
{% endif %}
{% if desc %}
- <p class="list-group-item-text">{{ desc }}</p>
+ <p class="list-group-item-text small">{{ desc }}</p>
{% endif %}
</a>
{% endfor %}
@@ -84,7 +84,7 @@ projects:
<h4 class="list-group-item-heading">{{ name }}</h4>
{% endif %}
{% if desc %}
- <p class="list-group-item-text">{{ desc }}</p>
+ <p class="list-group-item-text small">{{ desc }}</p>
{% endif %}
</a>
{% endfor %}