Browse Source

fine tuning

feature/homepage
Dslak 5 years ago
parent
commit
cb26bca5f7
  1. 4
      components/header/header.html
  2. 4
      components/header/header.scss

4
components/header/header.html

@ -21,10 +21,10 @@
<ul class="menu">
<li class="item <?php if($getQ[0] == 'conoscere') { echo "active";}?>">
<a href="/conoscere" class="label">conoscere</a>
</li>
</li><!--
<li class="item <?php if($getQ[0] == 'produrre') { echo "active";}?>">
<a href="/produrre" class="label">produrre</a>
</li>
</li>-->
<li class="item <?php if($getQ[0] == 'acquistare') { echo "active";}?>">
<a href="/acquistare" class="label">acquistare</a>
</li>

4
components/header/header.scss

@ -21,7 +21,7 @@
top: 50%;
left: 50%;
height: 100%;
max-height: 70px;
max-height: 50px;
margin: auto 0;
transition: max-height .4s;
transform: translate(-50%, -50%);
@ -126,7 +126,7 @@
.header-wrapper {
min-height: $header-height;
.logo {
//max-height: $header-height;
max-height: 70px;
}
.menu-container {
.menu-label {

Loading…
Cancel
Save