We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927d17e commit cad36f7Copy full SHA for cad36f7
1 file changed
building.html
@@ -13,7 +13,7 @@ <h1 class="post-title"> building</h1>
13
<li>
14
<span class="post-meta">{{ item.date | date: "%b %Y" }}</span>
15
<a href="{{ item.link }}">{{ item.title }}</a>
16
- <p style="font-size: medium; color: grey;">{{ item.description }}</p>
+ <p class="portfolio-description">{{ item.description }}</p>
17
</li>
18
{% endfor %}
19
</ul>
0 commit comments