I updated a few more details.
authorIan Weller <ian@gaslightmedia.com>
Fri, 6 Sep 2019 16:59:56 +0000 (12:59 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 6 Sep 2019 16:59:56 +0000 (12:59 -0400)
I added two weight levels to the settings.scss and I added a lower case
e to the Events slider.

front-page.php
scss/_settings.scss

index ee8c736..537f999 100644 (file)
@@ -70,7 +70,7 @@
             <div class="row collapse events-carousel-container">
                 <div id="glma-events-carousel-header">
                     <div id="glma-events-carousel-title">
-                        <h1>Upcoming Events</h1>
+                        <h1>Upcoming events</h1>
                     </div>
                     <div id="glma-events-carousel-more">
                         <div><a href="<?php echo get_permalink(3655); ?>">View All Events <span class="arrow"></span></a></div> 
index b0af1e6..0671f7e 100644 (file)
@@ -99,6 +99,8 @@ $font-weight-normal: normal;
 $font-weight-bold: bold;
 $font-weight-xbold: 800;
 $font-weight-semi-bold: 600;
+$font-weight-medium: 500;
+$font-weight-light: 300;
 
 
 $white       : #FFFFFF;