css header-top-middle

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-10 13:15:11 +01:00
parent dfbe191195
commit c0fe77bc37
3 changed files with 10 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -201,6 +201,12 @@
display: flex;
align-items: center;
justify-content: end;
.header_top_middle_container{
img{
max-width: 5rem;
}
}
}
.header_bottom_container{
height: 100%;
@ -307,6 +313,7 @@
#header-top-right{
border-left: solid black 0.5px;
.header_top_right_container{
position: absolute;
top: 0;

View File

@ -21,8 +21,8 @@
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" />
</a>
{% endif %}
{% if site_name %}
{# {% if site_name %}
<a href="{{ path('<front>') }}" rel="home"><h1>{{ site_name }}</h1></a>
{% endif %}
<h2>{{ site_slogan }}</h2>
<h2>{{ site_slogan }}</h2> #}
{% endblock %}