File tree Expand file tree Collapse file tree
app/javascript/packs/stylesheets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ruby '3.2.0'
77# one of these lines:
88# gem 'metadata_presenter',
99# github: 'ministryofjustice/fb-metadata-presenter',
10- # branch: 'bugfix/page-title '
10+ # branch: 'test-footer-partial '
1111# gem 'metadata_presenter', path: '../fb-metadata-presenter'
1212gem 'metadata_presenter' , '3.4.7'
1313
Original file line number Diff line number Diff line change @@ -28,3 +28,15 @@ html {
2828#main-content {
2929 min-height : 55vh ;
3030}
31+
32+ .fb-govuk-footer__copyright-logo {
33+ display : inline-block ;
34+ min-width : 125px ;
35+ padding-top : 112px ;
36+ background-image : url (" ../../images/govuk-crest.svg" );
37+ background-repeat : no-repeat ;
38+ background-size : 125px 102px ;
39+ text-align : center ;
40+ background-position : 50% 0px ;
41+ white-space : nowrap ;
42+ }
You can’t perform that action at this time.
0 commit comments