diff options
Diffstat (limited to 'templates/block--fossee-istos-branding.html.twig')
-rwxr-xr-x | templates/block--fossee-istos-branding.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/block--fossee-istos-branding.html.twig b/templates/block--fossee-istos-branding.html.twig index b4f310b..974ce2c 100755 --- a/templates/block--fossee-istos-branding.html.twig +++ b/templates/block--fossee-istos-branding.html.twig @@ -16,7 +16,7 @@ #} {% block content %} {% if site_logo %} - <div class="region region-navigation section-footer" style="margin-bottom: 5px; padding-top: 30px;padding-bottom: 30px;width: 1137px; padding-left: 30px; border-radius:8px;" > + <div class="region region-navigation top-nav" style="margin-bottom: 5px; padding-top: 30px;padding-bottom: 30px;width: 1137px; padding-left: 30px; border-radius:8px;" > <a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home"> <img src="{{ site_logo }}" alt="{{ 'Home'|t }}" /> </a> |