On remet le menu "Nos recettes" dans le menu principal
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -384,7 +384,6 @@ span.product-categorie {
|
||||
align-items: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
div.custom-grid-one {
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
@@ -403,22 +402,16 @@ span.product-categorie {
|
||||
div.custom-grid-three {
|
||||
grid-column: 3;
|
||||
grid-row: 1;
|
||||
width: max-content;
|
||||
white-space: nowrap;
|
||||
justify-self: flex-start;
|
||||
}
|
||||
div.custom-grid-four {
|
||||
margin: 0 25px 0 auto;
|
||||
grid-column: 4;
|
||||
grid-row: 1;
|
||||
white-space: nowrap;
|
||||
justify-self: flex-start;
|
||||
}
|
||||
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 +433,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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user