Skip to content

Commit e47a3a1

Browse files
committed
Fix main layout sticking to footer
1 parent dda159e commit e47a3a1

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

docs/assets/css/docusaurus.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323
}
2424

25+
2526
.govuk-template--rebranded .govuk-header__link--homepage:not(:focus),
2627
.govuk-template--rebranded .govuk-header,
2728
.govuk-template--rebranded .govuk-service-navigation.govuk-service-navigation--inverse,
@@ -37,6 +38,10 @@
3738
background-color: #f4f8fb;
3839
}
3940

41+
.govuk-template__body.app-homepage #main-content {
42+
background-color: #ffffff;
43+
}
44+
4045
@media (min-width: 48.125em) {
4146
.govuk-template--rebranded .app-masthead .govuk-grid-row {
4247
display: flex;

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"@babel/plugin-syntax-import-attributes": "^7.27.1",
145145
"@babel/preset-env": "^7.28.5",
146146
"@babel/preset-typescript": "^7.28.5",
147-
"@defra/docusaurus-theme-govuk": "^0.0.19-alpha",
147+
"@defra/docusaurus-theme-govuk": "^0.0.20-alpha",
148148
"@docusaurus/core": "^3.9.2",
149149
"@docusaurus/plugin-content-docs": "^3.9.2",
150150
"@easyops-cn/docusaurus-search-local": "^0.55.0",

0 commit comments

Comments
 (0)