浏览代码

align logo footer

Tessier 3 年之前
父节点
当前提交
43e958758d

+ 3 - 0
web/sites/development.services.yml

@@ -4,6 +4,9 @@
 # 'example.settings.local.php' file, which sits next to this file.
 # 'example.settings.local.php' file, which sits next to this file.
 parameters:
 parameters:
   http.response.debug_cacheability_headers: true
   http.response.debug_cacheability_headers: true
+  twig.config:
+    debug: true
+    auto_reload: true
 services:
 services:
   cache.backend.null:
   cache.backend.null:
     class: Drupal\Core\Cache\NullBackendFactory
     class: Drupal\Core\Cache\NullBackendFactory

+ 1 - 1
web/themes/custom/popsu_colloque/template/fields/field--site-setting-entity--field-file--les-logos-du-colloque.html.twig

@@ -46,7 +46,7 @@
 
 
 {% if label_hidden %}
 {% if label_hidden %}
   {% if multiple %}
   {% if multiple %}
-    <div class="">
+    <div class="d-flex">
       {% for item in items %}
       {% for item in items %}
         <div class="">{{ item.content }}</div>
         <div class="">{{ item.content }}</div>
       {% endfor %}
       {% endfor %}