We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a81434 + 95b72ae commit 3c68843Copy full SHA for 3c68843
components/o-topper/src/scss/themes/_branded.scss
@@ -46,6 +46,19 @@
46
);
47
}
48
49
+ // Add padding to prevent headline text colliding with headshot
50
+ // not needed for opinion toppers as they have a different layout
51
+ // meaning there is no risk of collision and we want the headline
52
+ // to take up all of the available space where possible
53
+ &:not(.o-topper--opinion) {
54
+ .o-topper__headline {
55
+ @include oPrivateGridRespondTo($until: M) {
56
+ padding-right: calc(
57
+ #{$_o-topper-headshot-width} + #{oPrivateSpacingByName('s3')}
58
+ );
59
+ }
60
61
62
63
64
@mixin _oTopperThemeOpinion {
0 commit comments