align logo footer
This commit is contained in:
@@ -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
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user