|
|
|
|
@ -1,3 +1,31 @@
|
|
|
|
|
/*Landing page menu*/ |
|
|
|
|
nav#block-olivesbdh-landingpagemenu { |
|
|
|
|
margin-block-end: var(--sp2); |
|
|
|
|
.menu { |
|
|
|
|
list-style-type: none; |
|
|
|
|
margin: 0; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
/*margin-block-end: var(--sp3);*/ |
|
|
|
|
.menu__link { |
|
|
|
|
background: #995051; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
text-decoration: none; |
|
|
|
|
color: #fff; |
|
|
|
|
padding: 1.2em 1.2em 0.6em 1.2em; |
|
|
|
|
transition: all 0.2s linear; |
|
|
|
|
} |
|
|
|
|
.menu__link:hover { |
|
|
|
|
background: #d2966e; |
|
|
|
|
} |
|
|
|
|
.svg-inline--fa { |
|
|
|
|
height: 1.3em; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* end of Landing page menu*/ |
|
|
|
|
figure.logo--ilivesbdh { |
|
|
|
|
background: none; |
|
|
|
|
/* width: 24em; */ |
|
|
|
|
|