From: Anthony Talarico Date: Thu, 4 Aug 2016 18:09:18 +0000 (-0400) Subject: reduced title font size from 35px to 25px, centered featured image X-Git-Tag: v1.0.0^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=28d1b3cb58a4fefa96a3bd4762ec721de42d32fd;p=WP-Plugins%2Fhubspot-blog.git reduced title font size from 35px to 25px, centered featured image --- diff --git a/views/frontPage.php b/views/frontPage.php index 3e38889..bddf074 100644 --- a/views/frontPage.php +++ b/views/frontPage.php @@ -25,9 +25,9 @@ echo '
' var title = jQuery(".hubspot-title"); image.css("margin-bottom", "20px").css("background-size", "contain").css("width", "200px").css("height","200px");; - image_link.css("display", "block").css("width", "200px"); + image_link.css("display", "block").css("width", "200px").css("margin", "0 auto"); blog.find('img').remove(); - title.find("h1").css("margin-bottom", "15px"); + title.find("h1").css("margin-bottom", "15px").css("font-size", "25px"); if(blog_characters > 400){ blog.text(blog.text().substring(0,400) + '...');