Skip to content

Commit 5372f81

Browse files
authored
Merge pull request #392 from UoA-eResearch/rc2.8.1
2.8.1
2 parents 581c5cc + 6cc290e commit 5372f81

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

cer-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cer-graphql",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "A GraphQL server used to proxy and authorise requests to external data sources.",
55
"main": "build/index.js",
66
"scripts": {

hub-search-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hub-search-proxy",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "Serverless Framework Lambda functions to interact with AWS ElasticSearch Service.",
55
"main": "handler.js",
66
"scripts": {

research-hub-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "research-hub-web",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

research-hub-web/src/partial-styles/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $height-footer-xs: 270px;
2424
$padding-site: 5vw;
2525
$padding-site-top: 4vh;
2626

27-
$navbar-second-row-breakpoint: 1300px;
27+
$navbar-second-row-breakpoint: 1100px;
2828
$single-column-max-width: 1100px;
2929

3030
/**

0 commit comments

Comments
 (0)