nerdwise / nerdwise-website

Promotional website for Nerdwise
0 stars 0 forks source link

Change up the nav a bit #83

Closed kadenzipfel closed 5 years ago

kadenzipfel commented 5 years ago

Like what Angus had, something like:

.nav--light .navbackground { width: calc(100% + 96px); } .navbackground { height: calc(100% + 64px); width: 0; position: absolute; top: -32px; right: -48px; z-index: -1; background-color: #EBEBEB; transition: width 0.3s; }

Moved navbackground inside of navcontent And gave nav__content position: relative

kadenzipfel commented 5 years ago

https://github.com/nerdwise/nerdwise-website/pull/87