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

View File

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