diff --git a/css/components/landing_page.css b/css/components/landing_page.css index 6d52e59..fe4b70b 100755 --- a/css/components/landing_page.css +++ b/css/components/landing_page.css @@ -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; */