diff options
-rwxr-xr-x | templates/section.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/section.html b/templates/section.html index 2d0b792..d901172 100755 --- a/templates/section.html +++ b/templates/section.html @@ -41,7 +41,7 @@ </div> </div> <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 }} </div> <a class="group font-semibold p-4 flex items-center space-x-1 text-garage-orange" href='{{ page.permalink }}'> |