added a class
authorIan Weller <ian@gaslightmedia.com>
Mon, 20 Feb 2017 21:33:07 +0000 (16:33 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 20 Feb 2017 21:33:07 +0000 (16:33 -0500)
In making a responsive event feed, I forgot to add a class to the one
that is visible on medium and up.  Got that fixed.

sections/front-page.php

index ad35395..b2e7d74 100644 (file)
@@ -28,7 +28,7 @@
                                     <div id="event-title" class="left">
                                         <h5>Featured Events</h5>
                                     </div>
-                                    <div class="right show-for-medium-up">
+                                    <div class="event-list right show-for-medium-up">
                                         <a href="#"><h5>View All Event</h5></a>
                                     </div>
                                 </div>