diff options
author | sptaule <lecas83@gmail.com> | 2022-02-01 17:28:57 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-02-01 17:28:57 +0100 |
commit | a281a5c2681ab4aedddf326a6ca67474ff196c80 (patch) | |
tree | 080526d5e4e115ace450ab901df4e845c1eabda8 | |
parent | c7c683260313a93e9cd58742b4bb8fae2ff9c0ed (diff) | |
download | garagehq.deuxfleurs.fr-a281a5c2681ab4aedddf326a6ca67474ff196c80.tar.gz garagehq.deuxfleurs.fr-a281a5c2681ab4aedddf326a6ca67474ff196c80.zip |
Fix font size for blog post summary to fit with blog post content
-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 }}'> |