-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C24_WMDE_Desktop_DE_22 #670
Conversation
0816c5d
to
9b2fa39
Compare
04f70d5
to
07a2777
Compare
9b2fa39
to
6505d7d
Compare
@@ -12,7 +12,7 @@ | |||
@use 'Banner'; | |||
@use 'src/themes/UseOfFunds/UseOfFunds'; | |||
@use 'MainBanner' with ( | |||
$banner-height: 357px, | |||
$banner-height: 368.8px, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Giving this a fractional value will cause issues as OSs/browsers do subpixel rendering differently, and it's considered to not be a best practice in CSS. I would recommend leaving it at 357px, and reducing the font size of the text in the message in both banners.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can actually look at the en banner for this, as that also has a load of text
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We had the slider break point increased at 1550 as suggested by the PM.
021e3b1
to
9ccad6b
Compare
- The banner is based on CTRL of desktop-de-21 Ticket: https://phabricator.wikimedia.org/T382301
9ccad6b
to
e619261
Compare
e619261
to
7828641
Compare
- Var has a different copy - Adjust the banner height, so that both the banners have same height - Make slider breakpoint at larger width - Adjust the tests accordingly Ticket: https://phabricator.wikimedia.org/T382301
7828641
to
36f51e3
Compare
Both banners
:Variant banner
:Ticket: https://phabricator.wikimedia.org/T382301