reducing font size for the front page posts to 16px
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 6 Jun 2019 19:14:32 +0000 (15:14 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 6 Jun 2019 19:14:32 +0000 (15:14 -0400)
parts/blog-feed-front.php
parts/header-meta.php
style.css

index df2616f..8b01920 100644 (file)
@@ -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;
index 17ea717..40550f6 100644 (file)
@@ -2,7 +2,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.11">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.12">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico?v=1.0.0">
     <link href="https://fonts.googleapis.com/css?family=Quattrocento|Yellowtail|Lato" rel="stylesheet">
     <?php wp_head(); ?>
index cc0640a..6d76ff6 100644 (file)
--- 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
 */