diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-26 07:50:02 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-26 07:50:02 +0200 |
commit | 05a3c237c41fc71e581ae214b88fb4a680396570 (patch) | |
tree | 2a9954c50ec0bf847131e22b2ff674d8cea18538 /index.html | |
parent | refactoring (diff) | |
download | egor-tensin.github.io-05a3c237c41fc71e581ae214b88fb4a680396570.tar.gz egor-tensin.github.io-05a3c237c41fc71e581ae214b88fb4a680396570.zip |
small descriptions font size
Diffstat (limited to 'index.html')
-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 %} |