diff --git a/.gitignore b/.gitignore index 60d6eb5..83bed3a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,3 @@ /docs/_build/ /node_modules/ /publichealth/static/libs/ -/mockup/assets/css/*.css diff --git a/README.md b/README.md index bda3c75..7d9a991 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ bower install The first command (`..install -g..`) may require `sudo` if you installed node.js as a system package. -If you are only working on the frontend, you can start a local webserver and work on frontend assets without the backend setup described below. Mock content is at `mockup`, and there is a `grunt browser-sync` setup for working with frontend assets. +If you are only working on the frontend, you can start a local webserver and work on frontend assets without the backend setup described below. There is a `grunt browser-sync` setup for working with frontend assets. **Backend setup** diff --git a/publichealth/static/css/subsites.scss b/publichealth/static/css/subsites.scss index 6edd094..5013997 100644 --- a/publichealth/static/css/subsites.scss +++ b/publichealth/static/css/subsites.scss @@ -43,8 +43,8 @@ background-color: #c46f83; } .navbar-brand { - width: 400px; - height: 100px; + width: 240px; + height: 64px; background-size: contain !important; background-repeat: no-repeat;