Skip to content

Commit

Permalink
Bug grtlv 369 new itw image not fitting in ukea events hero correctly (
Browse files Browse the repository at this point in the history
…#3518)

* UKEA listing page hero set to contain image
  • Loading branch information
FoxJamie16 authored Oct 14, 2024
1 parent c945b21 commit 8a77f7a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion react-components/dist/components_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/components_styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/learn_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/learn_styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/magna_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/magna_styles.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions styles/widgets/page-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ $funding-financing-header: url(/static/images/learn-to-export-topic5-header.png)
}
}
&.ea-events-page-hero-image {
background-size: 100% !important;
background-size: contain !important;
background-position-y: 50% !important;
background-position-x: right !important;
background-position-x: 50% !important;
display: none;
align-self: center;
width: calc(100% - 30px) !important;
Expand Down

0 comments on commit 8a77f7a

Please sign in to comment.