Skip to content

Commit

Permalink
Merge pull request #554 from jakemulley/fix/masthead
Browse files Browse the repository at this point in the history
Change typography style in masthead
  • Loading branch information
joshuawaheed authored Dec 17, 2018
2 parents f89f751 + 14f0252 commit 73ee167
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 62 deletions.
124 changes: 66 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"main": "server.js",
"devDependencies": {
"autoprefixer": "^9.4.2",
"autoprefixer": "^9.4.3",
"chai": "^4.2.0",
"chokidar": "^2.0.4",
"chromedriver": "^2.44.1",
"chromedriver": "^2.45.0",
"cssnano": "^4.1.7",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
Expand Down
3 changes: 1 addition & 2 deletions src/components/microsite-masthead.pug
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.microsite-masthead.theme--deep-purple
.container
strong
a(href='https://www.parliament.uk') parliament.uk
a(href='https://www.parliament.uk') parliament.uk
ul
li
a(href='https://www.parliament.uk/business/') Parliamentary business
Expand Down
3 changes: 3 additions & 0 deletions src/stylesheets/components/_microsite-masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
.container {
display: flex;
justify-content: space-between;
> a {
@include typography--heavy;
}
}
ul {
display: none;
Expand Down

0 comments on commit 73ee167

Please sign in to comment.