Skip to content

Commit

Permalink
Update padding for main in application layout
Browse files Browse the repository at this point in the history
  • Loading branch information
martikat committed Jun 11, 2024
1 parent e4142cd commit a6a5254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ html.govuk-template lang='en'
.govuk-width-container
= render 'layouts/banner'

main role='main'
main role='main' class='govuk-!-padding-top-7 govuk-!-padding-bottom-7'
= render 'layouts/flash'

= yield
Expand Down

0 comments on commit a6a5254

Please sign in to comment.