added large-text-center class to accordion p tags.
authorIan Weller <ian@gaslightmedia.com>
Fri, 9 Sep 2016 13:57:33 +0000 (09:57 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 9 Sep 2016 13:57:33 +0000 (09:57 -0400)
I forgot that the medium-text-left would apply to large as well.  I added
those so they would be centered like the psd had them.

sections/front-page.php

index 9cd7639..c98b50e 100644 (file)
@@ -8,25 +8,25 @@
                 <section id="training" class="accordion-item">
                     <a href="<?php echo get_permalink(1949); ?>">Training</a>
                     <div class="accordion-item-content">
-                        <p class="text-center medium-text-left">Let’s work together! Every team should have the <b>best</b> leaders equipped with the <b>best</b> solutions.</p>
+                        <p class="text-center medium-text-left large-text-center">Let’s work together! Every team should have the <b>best</b> leaders equipped with the <b>best</b> solutions.</p>
                     </div>
                 </section>
                 <section class="accordion-item">
                     <a href="<?php echo get_permalink(3907); ?>">Partnering</a>
                     <div class="accordion-item-content">
-                        <p class="text-center medium-text-left">Let’s work together! Your journey is our passion.</p>
+                        <p class="text-center medium-text-left large-text-center">Let’s work together! Your journey is our passion.</p>
                     </div>
                 </section>
                 <section class="accordion-item">
                     <a href="<?php echo get_permalink(3909); ?>">Speaking</a>
                     <div class="accordion-item-content">
-                        <p class="text-center medium-text-left">Let’s work together! To inspire positive change.</p>
+                        <p class="text-center medium-text-left large-text-center">Let’s work together! To inspire positive change.</p>
                     </div>
                 </section>
                 <section id="planning" class="accordion-item">
                     <a href="<?php echo get_permalink(3911); ?>">Planning</a>
                     <div class="accordion-item-content">
-                        <p class="text-center medium-text-left">Let’s work together! Your <b>great</b> vision deserves a <b>great</b> plan.</p>
+                        <p class="text-center medium-text-left large-text-center">Let’s work together! Your <b>great</b> vision deserves a <b>great</b> plan.</p>
                     </div>
                 </section>
             </div>