Compare commits
3 Commits
90fa6b3a3b
...
c0fe77bc37
Author | SHA1 | Date | |
---|---|---|---|
c0fe77bc37 | |||
dfbe191195 | |||
cce83ae238 |
File diff suppressed because one or more lines are too long
@ -93,7 +93,7 @@
|
||||
}
|
||||
}
|
||||
.last-news{
|
||||
margin-top: 2rem;
|
||||
margin-top: 0.5rem;
|
||||
height: auto;
|
||||
.slick-track{
|
||||
height: 40vw;
|
||||
|
@ -1,5 +1,6 @@
|
||||
//header
|
||||
.header_top_middle_container{
|
||||
|
||||
.header_bottom_container{
|
||||
.programme-1{
|
||||
.views-field-field-programme{
|
||||
.field-content{
|
||||
@ -167,9 +168,9 @@
|
||||
#header-top{
|
||||
height: 5rem;
|
||||
background: white;
|
||||
padding-bottom: 1rem;
|
||||
padding-top: 1rem;
|
||||
border-bottom: solid black 0.5px;
|
||||
}
|
||||
|
||||
.header_top_left_container{
|
||||
height: 100%;
|
||||
display: grid;
|
||||
@ -196,8 +197,18 @@
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
#header-top-middle{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: end;
|
||||
.header_top_middle_container{
|
||||
|
||||
.header_top_middle_container{
|
||||
img{
|
||||
max-width: 5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.header_bottom_container{
|
||||
height: 100%;
|
||||
// solution to access views container
|
||||
.views-element-container{
|
||||
@ -209,8 +220,10 @@
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(4, 1fr);
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
padding: 1rem 15%;
|
||||
|
||||
&>div:first-child{
|
||||
grid-column-start: 2;
|
||||
}
|
||||
@ -258,7 +271,7 @@
|
||||
cursor:pointer;
|
||||
span{
|
||||
display: block;
|
||||
width: 33px;
|
||||
width: 56px;
|
||||
height: 2px;
|
||||
position: relative;
|
||||
background: black;
|
||||
@ -290,13 +303,17 @@
|
||||
height: 100%;
|
||||
display: grid;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
span{
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 12px;
|
||||
transform-origin: 4px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
#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