diff --git a/pwa/package-lock.json b/pwa/package-lock.json index cc8d3a99..5db207e3 100644 --- a/pwa/package-lock.json +++ b/pwa/package-lock.json @@ -8,7 +8,7 @@ "name": "product-website-template", "version": "1.0.0", "dependencies": { - "@conduction/components": "2.2.13", + "@conduction/components": "2.2.14", "@conduction/theme": "1.0.45", "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-solid-svg-icons": "^6.4.0", @@ -1997,9 +1997,9 @@ } }, "node_modules/@conduction/components": { - "version": "2.2.13", - "resolved": "https://registry.npmjs.org/@conduction/components/-/components-2.2.13.tgz", - "integrity": "sha512-4dao91VkxH2YZCEbPBcthykdZA0h3skt2Zwdy8V3mHyhkgF4efHJ/R0Mi3h9SamxZdm+M6TzZr5e6KaHmiC+5g==", + "version": "2.2.14", + "resolved": "https://registry.npmjs.org/@conduction/components/-/components-2.2.14.tgz", + "integrity": "sha512-pM87REymImA4B5tgYmqwWwnP/8IaVnCH2r41yxsjZorUtVT3El7MM6mz6HfJDU0pzHg5EvPL43/ozXGrjUPO3A==", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.2.0", "@fortawesome/free-solid-svg-icons": "^6.2.0", diff --git a/pwa/package.json b/pwa/package.json index 8d7c7634..7f8e4670 100644 --- a/pwa/package.json +++ b/pwa/package.json @@ -24,7 +24,7 @@ "prepare": "cd .. && husky install" }, "dependencies": { - "@conduction/components": "2.2.13", + "@conduction/components": "2.2.14", "@conduction/theme": "1.0.45", "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-solid-svg-icons": "^6.4.0", diff --git a/pwa/src/templates/jumbotronTemplate/JumbotronTemplate.tsx b/pwa/src/templates/jumbotronTemplate/JumbotronTemplate.tsx index 5354a152..a600f0c3 100644 --- a/pwa/src/templates/jumbotronTemplate/JumbotronTemplate.tsx +++ b/pwa/src/templates/jumbotronTemplate/JumbotronTemplate.tsx @@ -16,17 +16,15 @@ export const JumbotronTemplate: React.FC = () => { > -
- - - {t("Woo-publications of")} {process.env.GATSBY_ORGANISATION_NAME} - + + + {t("Woo-publications of")} {process.env.GATSBY_ORGANISATION_NAME} + - - {t("On this page you will find the Woo-publications of")} {process.env.GATSBY_ORGANISATION_NAME} - - -
+ + {t("On this page you will find the Woo-publications of")} {process.env.GATSBY_ORGANISATION_NAME} + +
diff --git a/pwa/src/templates/landing/LandingTemplate.module.css b/pwa/src/templates/landing/LandingTemplate.module.css index c8adac52..48669c37 100644 --- a/pwa/src/templates/landing/LandingTemplate.module.css +++ b/pwa/src/templates/landing/LandingTemplate.module.css @@ -5,3 +5,8 @@ .container > *:not(:last-child) { margin-block-end: var(--utrecht-space-block-lg); } + +.header1 { + margin-block-start: 0px; + margin-block-end: 0px; +} diff --git a/pwa/src/templates/landing/LandingTemplate.tsx b/pwa/src/templates/landing/LandingTemplate.tsx index f7b88b9f..e5a60302 100644 --- a/pwa/src/templates/landing/LandingTemplate.tsx +++ b/pwa/src/templates/landing/LandingTemplate.tsx @@ -64,6 +64,7 @@ export const LandingTemplate: React.FC = () => { return ( <> +