Selaa lähdekoodia

fixed index & notice width

Bachir Soussi Chiadmi 5 vuotta sitten
vanhempi
commit
e1dc158f04

+ 1 - 1
sites/all/themes/custom/edlptheme/templates/content/edlp-ajax--taxonomy-term--index.html.twig

@@ -1,4 +1,4 @@
-<div class="col small-col-12 med-col-6 large-col-6">
+<div class="col small-col-12 med-col-4 large-col-4">
   <div class="wrapper">
     {{ content }}
   </div>

+ 1 - 1
sites/all/themes/custom/edlptheme/templates/content/edlp-ajax--taxonomy-term--notice.html.twig

@@ -1,4 +1,4 @@
-<div class="col small-col-12 med-col-6 large-col-6">
+<div class="col small-col-12 med-col-4 large-col-4">
   <div class="wrapper">
     {{ content }}
   </div>