From 2425c80d7c867b6205e5a4a2b99dc4309a67dbe6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 24 May 2018 12:02:45 -0400 Subject: [PATCH] increasing the size of the front page service images --- layouts/service-section.php | 2 +- style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/service-section.php b/layouts/service-section.php index 99bfd9d..b6e21a0 100644 --- a/layouts/service-section.php +++ b/layouts/service-section.php @@ -33,7 +33,7 @@
+ $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()),array(300, 300)); ?> <?php the_title(); ?> <?php the_title(); ?> diff --git a/style.css b/style.css index 67de1ee..70dc4df 100644 --- a/style.css +++ b/style.css @@ -1807,8 +1807,8 @@ Service Section } .service-list .service-image { - height: 125px; - width: 125px; + height: 300px; + width: 300px; /* margin-top: 15px; */ overflow: hidden; border: 3px solid #EEE; -- 2.17.1