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