aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-26 07:50:02 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-26 07:50:02 +0200
commit05a3c237c41fc71e581ae214b88fb4a680396570 (patch)
tree2a9954c50ec0bf847131e22b2ff674d8cea18538
parentrefactoring (diff)
downloadegor-tensin.github.io-05a3c237c41fc71e581ae214b88fb4a680396570.tar.gz
egor-tensin.github.io-05a3c237c41fc71e581ae214b88fb4a680396570.zip
small descriptions font size
-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 %}