css header-top-middle
This commit is contained in:
parent
dfbe191195
commit
c0fe77bc37
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user