fixed syntax error in jquery css selector for the blog title
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 4 Aug 2016 17:46:23 +0000 (13:46 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 4 Aug 2016 17:46:23 +0000 (13:46 -0400)
views/frontPage.php

index b855e59..3e38889 100644 (file)
@@ -24,7 +24,7 @@ echo '<div class="hubspot-container">'
      var blog_characters = blog.text().length;
      var title = jQuery(".hubspot-title");
 
-     image.css("margin-bottom", "20px").css("background-size", "contain").css("width", "200x").css("height","200px");;
+     image.css("margin-bottom", "20px").css("background-size", "contain").css("width", "200px").css("height","200px");;
      image_link.css("display", "block").css("width", "200px");
      blog.find('img').remove();
      title.find("h1").css("margin-bottom", "15px");