From 3a71acaf07f3ccdb2863c73b524745ebefac3dc4 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 12 Aug 2014 15:04:27 -0400 Subject: [PATCH] Add small-12-columns to services w/Jquery --- templates/template.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/template.html b/templates/template.html index ca8ced5..8cbc7f7 100644 --- a/templates/template.html +++ b/templates/template.html @@ -221,6 +221,7 @@ $(this).toggleClass('open'); $(this).siblings('ul').toggleClass('open'); }); + $( "#main .row .small-12 p" ).attr("class","small-12 columns"); }); -- 2.17.1