Fix font size for blog post summary to fit with blog post content
This commit is contained in:
parent
c7c6832603
commit
a281a5c268
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content mt-2">
|
<div class="content mt-2">
|
||||||
<div class="text-gray-700 not-italic">
|
<div class="text-gray-700 text-lg not-italic">
|
||||||
{{ page.summary | safe | striptags }}
|
{{ page.summary | safe | striptags }}
|
||||||
</div>
|
</div>
|
||||||
<a class="group font-semibold p-4 flex items-center space-x-1 text-garage-orange" href='{{ page.permalink }}'>
|
<a class="group font-semibold p-4 flex items-center space-x-1 text-garage-orange" href='{{ page.permalink }}'>
|
||||||
|
|
Loading…
Reference in a new issue