@defra/docusaurus-theme-govuk 0.0.15-alpha → 0.0.16-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra/docusaurus-theme-govuk",
3
- "version": "0.0.15-alpha",
3
+ "version": "0.0.16-alpha",
4
4
  "description": "A Docusaurus theme implementing the GOV.UK Design System for consistent, accessible documentation sites",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
@@ -273,7 +273,7 @@ export default function Layout(props) {
273
273
  <div className="app-masthead">
274
274
  <div className="govuk-width-container app-masthead__container">
275
275
  <div className="govuk-grid-row">
276
- <div className="govuk-grid-column-two-thirds">
276
+ <div className="govuk-grid-column-two-thirds-from-desktop">
277
277
  <h1 className="govuk-heading-xl app-masthead__title">
278
278
  {siteConfig.tagline || siteConfig.title}
279
279
  </h1>
@@ -302,6 +302,7 @@ export default function Layout(props) {
302
302
  </svg>
303
303
  </a>
304
304
  </div>
305
+ <div className="govuk-grid-column-one-third-from-desktop" />
305
306
  </div>
306
307
  </div>
307
308
  </div>