From 3e710e0980459883d86ba1a806647f8fa23d377b Mon Sep 17 00:00:00 2001 From: ulaulaman Date: Fri, 31 Jul 2020 11:10:25 +0200 Subject: [PATCH] Aumento font tag h3 --- assets/css/ajax-filter-posts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/ajax-filter-posts.css b/assets/css/ajax-filter-posts.css index 71975a4..e9e63a4 100755 --- a/assets/css/ajax-filter-posts.css +++ b/assets/css/ajax-filter-posts.css @@ -417,7 +417,7 @@ } .ajax-posts__post h3 { - font-size: 1rem; + font-size: 3rem; font-weight: bold; margin-top: 0.8rem; }