From c799a756ddd4676b0c207db5551eba904bcb2a8b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 4 Aug 2016 13:46:23 -0400 Subject: [PATCH] fixed syntax error in jquery css selector for the blog title --- views/frontPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/frontPage.php b/views/frontPage.php index b855e59..3e38889 100644 --- a/views/frontPage.php +++ b/views/frontPage.php @@ -24,7 +24,7 @@ echo '
' 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"); -- 2.17.1