changing front page block excerpt title and text font size, adding class to mdot...
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 18 Oct 2016 15:07:59 +0000 (11:07 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 18 Oct 2016 15:07:59 +0000 (11:07 -0400)
footer.php
scss/_main.scss

index 7f55b73..689c701 100644 (file)
@@ -3,7 +3,7 @@
                         <footer class="main">
                             <div class="row">
                                 <div class="small-12 small-centered large-uncentered large-4 columns small-text-center large-text-left">
-                                    <a href="http://www.michigan.gov/mdot/" target="_blank" class="right"><img alt="Michigan Department of Transportation" src="<?php bloginfo('template_url'); ?>/assets/MDOT-logo.png"></a>
+                                    <a class="mdot-logo" href="http://www.michigan.gov/mdot/" target="_blank" class="right"><img alt="Michigan Department of Transportation" src="<?php bloginfo('template_url'); ?>/assets/MDOT-logo.png"></a>
                                 </div>
                                 <?php get_template_part('parts/client-info-footer');?>
                                 <div id="footer-widget" class="small-12 text-center medium-text-left small-centered medium-uncentered medium-6 large-4 columns">
index fe3430c..55eb562 100644 (file)
@@ -30,7 +30,7 @@
                 }
                 h4 {
                     color: $blue;
-                    font-size: 12px;
+                    font-size: 14px;
                     
                 }
                 img {
@@ -51,7 +51,7 @@
                 p {
                     display: inline;
                     margin-bottom: 0;
-                    font-size: 10px;
+                    font-size: 12px;
                 }
                 &:nth-child(odd){
                     clear: left;