reduced title font size from 35px to 25px, centered featured image
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 4 Aug 2016 18:09:18 +0000 (14:09 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 4 Aug 2016 18:09:18 +0000 (14:09 -0400)
views/frontPage.php

index 3e38889..bddf074 100644 (file)
@@ -25,9 +25,9 @@ echo '<div class="hubspot-container">'
      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) + '...');