removing small centered class from the event detail map
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 12 Jul 2018 14:16:55 +0000 (10:16 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 12 Jul 2018 14:16:55 +0000 (10:16 -0400)
glm grid doesn't need the centered class for the event detail map

views/front/events/detail.html

index 91b6df2..d8a38ac 100644 (file)
@@ -23,7 +23,7 @@
                 <div class="glmgrid-small-12 glmgrid-column"><!-- .glmgrid-small-12 .glmgrid-column -->
                     <div class="glmgrid-row"><!-- .glmgrid-row #3 -->
                         {if $event.locations}
-                            <div class="event-google-map glmgrid-small-10 glmgrid-small-centered glmgrid-medium-5 glmgrid-medium-uncentered glmgrid-columns">
+                            <div class="event-google-map glmgrid-small-12 glmgrid-medium-5 glmgrid-medium-uncentered glmgrid-columns">
                                 {if $event.locations.lat && $event.locations.address}
                                     <div id="eventDetailMap">
                                         <div id="eventDetail-map" title="Click to enlarge">map...</div>