Browse Source

align logo footer

Tessier 3 years ago
parent
commit
43e958758d

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

@@ -4,6 +4,9 @@
 # 'example.settings.local.php' file, which sits next to this file.
 parameters:
   http.response.debug_cacheability_headers: true
+  twig.config:
+    debug: true
+    auto_reload: true
 services:
   cache.backend.null:
     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 multiple %}
-    <div class="">
+    <div class="d-flex">
       {% for item in items %}
         <div class="">{{ item.content }}</div>
       {% endfor %}