Commit 14376c05

mo k <mo@mokhan.ca>
2012-08-02 13:45:11
center the cupcakes.
1 parent 60f2180
Changed files (1)
app
views
app/views/creations/index.html.erb
@@ -36,19 +36,19 @@
       <div class="marketing">
         <div class="row">
           <div class="span4">
-            <img class="bs-icon" src="/assets/cupcake_share.png" alt="share your creativity" />
-            <h2>Share your creativity</h2>
-            <p>Show off your originality and find interesting ideas with fellow passionate CakeSide artists.</p>
+            <img class="bs-icon" src="/assets/cupcake_share.png" alt="share your creativity" style="margin-left:auto;margin-right:auto;display:block;" />
+            <h2 style="text-align:center;">Share your creativity</h2>
+            <p style="text-align:center;">Show off your originality and find interesting ideas with fellow passionate CakeSide artists.</p>
           </div>
           <div class="span4">
-            <img class="bs-icon" src="/assets/cupcake_promote.png" alt="promote yourself">
-            <h2>Promote yourself</h2>
-            <p>Get recognized for your work and connect with other artists with unique styles. </p>
+            <img class="bs-icon" src="/assets/cupcake_promote.png" alt="promote yourself" style="margin-left:auto;margin-right:auto;display:block;" />
+            <h2 style="text-align:center;">Promote yourself</h2>
+            <p style="text-align:center;">Get recognized for your work and connect with other artists with unique styles. </p>
           </div>
           <div class="span4">
-            <img class="bs-icon" src="/assets/cupcake_inspire.png" alt="inspire a community">
-            <h2>Inspire a community</h2>
-            <p>Upload creations, teach with tutorials, and create a vibrant community for everything cake.</p>
+            <img class="bs-icon" src="/assets/cupcake_inspire.png" alt="inspire a community" style="margin-left:auto;margin-right:auto;display:block;" />
+            <h2 style="text-align:center;">Inspire a community</h2>
+            <p style="text-align:center;">Upload creations, teach with tutorials, and create a vibrant community for everything cake.</p>
           </div>
         </div>
         <hr>