On remet le menu "Nos recettes" dans le menu principal

This commit is contained in:
2021-06-14 11:05:27 +02:00
parent f506432a93
commit f9701ee0b7
6 changed files with 6 additions and 19 deletions

File diff suppressed because one or more lines are too long

View File

@@ -384,7 +384,6 @@ span.product-categorie {
align-items: center;
margin: auto;
}
div.custom-grid-one {
margin: auto;
width: 100%;
@@ -403,7 +402,6 @@ span.product-categorie {
div.custom-grid-three {
grid-column: 3;
grid-row: 1;
width: max-content;
white-space: nowrap;
}
div.custom-grid-four {
@@ -412,13 +410,6 @@ span.product-categorie {
grid-row: 1;
white-space: nowrap;
}
div.custom-grid-five {
margin-right: auto;
grid-column: 5;
grid-row: 1;
white-space: nowrap;
}
}
@media (max-width: 768px) {
div.header__main {
@@ -440,14 +431,12 @@ span.product-categorie {
div.custom-grid-three {
grid-row: 3;
grid-column: 1 / 3;
justify-self: flex-start;
}
div.custom-grid-four {
grid-row: 2;
grid-column: 1;
}
div.custom-grid-five {
grid-row: 2;
grid-column: 2;
justify-self: flex-start;
}
}

View File

@@ -135,9 +135,6 @@ GNU General Public License : http://www.gnu.org/licenses/
</a>
</h1>
</div>
<div class="custom-grid-three">
<span class="menu-recettes"><a href="/nos-recettes.html">Nos recettes</a></span>
</div>
{hook name="main.navbar-secondary"}
</div>

View File

@@ -1,4 +1,4 @@
<div class="custom-grid-five">
<div class="custom-grid-four">
<ul class="nav navbar-nav navbar-cart navbar-right">
{hook name="mini-cart"}
</ul>

View File

@@ -1,4 +1,4 @@
<div class="custom-grid-four">
<div class="custom-grid-three">
<ul class="nav navbar-nav navbar-customer navbar-right">
{loop type="auth" name="customer_info_block" role="CUSTOMER"}
<li><a href="{url path="/logout"}" class="logout">{intl l="Log out!" d="hookcustomer.fo.default"}</a></li>

View File

@@ -26,6 +26,7 @@
<li><a href="{$URL}">{$TITLE}</a></li>
{/if}
{/loop}
<li><a href="/nos-recettes.html">Nos recettes</a></li>
</ul>
</div>
</div>