diff --git a/config/dev.js b/config/dev.js index 7be35b6..e180b24 100644 --- a/config/dev.js +++ b/config/dev.js @@ -1,2 +1,2 @@ module.exports = { -}; +}; \ No newline at end of file diff --git a/src/components/Banner/index.jsx b/src/components/Banner/index.jsx index 49ed0a8..8990d12 100644 --- a/src/components/Banner/index.jsx +++ b/src/components/Banner/index.jsx @@ -9,7 +9,7 @@ const Banner = () => { "Welcome to our BETA work listings site - Tell us what you think!"; return ( -
{header} diff --git a/src/components/Banner/styles.scss b/src/components/Banner/styles.scss index a208734..5c08105 100644 --- a/src/components/Banner/styles.scss +++ b/src/components/Banner/styles.scss @@ -20,7 +20,8 @@ flex-direction: row; align-items: center; @include roboto-bold; - height: 50px; + line-height: 25px; + min-height: 50px; font-size: 20px; text-transform: uppercase; } diff --git a/src/components/Menu/styles.scss b/src/components/Menu/styles.scss index fcbdc0e..74772ed 100644 --- a/src/components/Menu/styles.scss +++ b/src/components/Menu/styles.scss @@ -77,6 +77,7 @@ $menu-padding-y: 20px; .menu-item-main.expanded > .link + ul, .menu-item-secondary.expanded > .link + ul { display: block; + cursor: default; } .menu-item-secondary.active.collapsed { @@ -85,6 +86,15 @@ $menu-padding-y: 20px; .sub-menu { padding-left: 24px + 16px; + + .menu-item { + cursor: default; + .link { + cursor: pointer; + display: inline-block; + } + } + } .sub-submenu {