Skip to content

Commit

Permalink
Merge pull request #160 from oaknational/fix/fix-background-image-size
Browse files Browse the repository at this point in the history
feat(oakjourneylayout): background size 100%
  • Loading branch information
benprotheroe authored May 8, 2024
2 parents 5351d24 + 0314f48 commit 0341364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const StyledLayoutBox = styled(OakFlex)<{
)});
background-repeat: no-repeat;
background-position-x: center;
background-size: cover;
background-size: 100%;
`}
`;

Expand Down

0 comments on commit 0341364

Please sign in to comment.