modif css
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<div id="item" class="column">
|
||||
<div id='icone_list'>
|
||||
<button class='hamburger hamburger--slider is-active' type='button'>
|
||||
<span class='hamburger-box'>
|
||||
<span class='hamburger-inner'></span>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
{% block item %}{% endblock %}
|
||||
</div>
|
||||
|
||||
{% block footer %}
|
||||
{% include 'partials/blog/other_projets.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block aside %}
|
||||
{% include 'partials/sidebar.html.twig' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user