Logo reduced

This commit is contained in:
datalets 2018-07-13 07:48:32 +02:00
parent 0b1290b956
commit f9af9bdb47
3 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -16,4 +16,3 @@
/docs/_build/
/node_modules/
/publichealth/static/libs/
/mockup/assets/css/*.css

View File

@ -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**

View File

@ -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;