Skip to content

Commit

Permalink
add padding around cookie banner
Browse files Browse the repository at this point in the history
  • Loading branch information
chfoster committed Oct 23, 2023
1 parent 5a1eb1a commit ceea121
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/dfe_shiny_gov_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ a:active {
text-decoration: underline
}

.govuk-cookie-banner {
padding: 6px 6px 6px 6px;
}

/* This line sets the main area width. Originally set to 66.667% in the GDS
template. 80% works well here to reduce white space on the right hand side.*/
.col-sm-8{ width: 80%}
Expand Down

0 comments on commit ceea121

Please sign in to comment.