Skip to content

Commit b570d7c

Browse files
committed
Add CSS
1 parent 6b3f81a commit b570d7c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
1212
gem 'metadata_presenter', '3.4.7'
1313

app/javascript/packs/stylesheets/govuk.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)