diff options
Diffstat (limited to '')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 %} |