diff --git a/package-lock.json b/package-lock.json index f55da05..24404cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@civicactions/data-catalog-app", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@civicactions/data-catalog-app", - "version": "1.0.3", + "version": "1.1.0", "dependencies": { "@civicactions/data-catalog-components": "^1.5.0", "@fortawesome/fontawesome-svg-core": "^1.2.25", diff --git a/src/theme/styles/general.scss b/src/theme/styles/general.scss index 87c0d88..2d7c875 100644 --- a/src/theme/styles/general.scss +++ b/src/theme/styles/general.scss @@ -3,6 +3,9 @@ html { /*Convert font size to base 10 for easier calculations (1rem = 10px)*/ font-size: 62.5%; + body { + background-image: none; + } } body { diff --git a/src/theme/styles/hero.scss b/src/theme/styles/hero.scss index 4b02151..6fb8efc 100644 --- a/src/theme/styles/hero.scss +++ b/src/theme/styles/hero.scss @@ -38,12 +38,13 @@ flex-wrap: nowrap; input { margin-right: 1em; + width: 80%; } button { border: none; background-color: $secondary; color: $primaryDark; - height: 34px; + height: 3.2rem; padding: 0 30px; font-weight: bold; font-size: 1.6rem; diff --git a/src/theme/styles/navbar.scss b/src/theme/styles/navbar.scss index f2550ad..3e576d9 100644 --- a/src/theme/styles/navbar.scss +++ b/src/theme/styles/navbar.scss @@ -1,5 +1,9 @@ @import "../variables"; +ul.mr-auto.nav { + margin-top: 0; +} + .dc-main-navigation { background-color: $navBarBackgroundColor; position: relative;