Browse Source

changed index,notice,articles,article width #430

Bachir Soussi Chiadmi 5 years ago
parent
commit
6a44d5b5ee

+ 1 - 1
sites/all/themes/custom/edlptheme/templates/content/edlp-ajax--node--article.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-5 large-col-5">
   <div class="wrapper">
     {{ content }}
   </div>

+ 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-4 large-col-4">
+<div class="col small-col-12 med-col-5 large-col-5">
   <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-4 large-col-4">
+<div class="col small-col-12 med-col-5 large-col-5">
   <div class="wrapper">
     {{ content }}
   </div>

+ 1 - 1
sites/all/themes/custom/edlptheme/templates/content/edlp-corpus-articlesindex.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-5 large-col-5">
   <div class="wrapper">
       {{ articles }}
   </div>