From: Anthony Talarico Date: Thu, 6 Jun 2019 19:14:32 +0000 (-0400) Subject: reducing font size for the front page posts to 16px X-Git-Tag: v1.0.12^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=bf943ac8029863c1723006348b8547367f0ba541;p=WP-Themes%2Fcityofharborsprings.git reducing font size for the front page posts to 16px --- diff --git a/parts/blog-feed-front.php b/parts/blog-feed-front.php index df2616f..8b01920 100644 --- a/parts/blog-feed-front.php +++ b/parts/blog-feed-front.php @@ -36,6 +36,7 @@ background: white; padding: 8px 8px 45px 8px; box-shadow: 0 5px 10px 0 rgba(0,0,0,.25); + font-size: 16px; } #home-feed-blog .title-posts a{ color: white; diff --git a/parts/header-meta.php b/parts/header-meta.php index 17ea717..40550f6 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index cc0640a..6d76ff6 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: City of Harbor Springs Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for City of Harbor Springs -Version: 1.0.11 +Version: 1.0.12 */