Skip to content

Commit cad36f7

Browse files
committed
make subtitle responsive
1 parent 927d17e commit cad36f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

building.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="post-title">&nbsp; &nbsp; building</h1>
1313
<li>
1414
<span class="post-meta">{{ item.date | date: "%b %Y" }}</span>
1515
<a href="{{ item.link }}">{{ item.title }}</a>
16-
<p style="font-size: medium; color: grey;">{{ item.description }}</p>
16+
<p class="portfolio-description">{{ item.description }}</p>
1717
</li>
1818
{% endfor %}
1919
</ul>

0 commit comments

Comments
 (0)