-
Notifications
You must be signed in to change notification settings - Fork 9
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
D8CORE-6970 | @jdwjdwjdw | Update local footer headlines #926
D8CORE-6970 | @jdwjdwjdw | Update local footer headlines #926
Conversation
.su-local-footer__list-heading { | ||
font-size: 18px; | ||
line-height: 140%; | ||
} | ||
|
||
.stanford-local-footer { | ||
&.su-wysiwyg-text { | ||
h2 { | ||
font-size: 18px; | ||
line-height: 140%; | ||
} | ||
|
||
h3, | ||
h4, | ||
h5 { | ||
font-size: 16px; | ||
line-height: 140%; |
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.
@jdwjdwjdw If you could please just convert the font sizes from px to rem unit, eg, 18px = 1.8rem, this should be good to go. We're trying to avoid px units since those doesn't scale up if user changes their font size setting in the browsers.
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.
@yvonnetangsu sounds good, thanks - should be good to re-review now.
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.
This should be GTG - thanks @jdwjdwjdw ! I'll add a patch label and merge
Release is out @jdwjdwjdw 😄 |
READY FOR REVIEW
Summary
h2
's in the local footer to be 18px, withh3
-h5
updated to16px
.Needed By (Date)
Urgency
Steps to Test
/admin/config/system/local-footer
and fill out all of the fields to match the Amptesting site. Save page and navigate to a page you can view the local footer.h2
's in the local footer (including theContent Blocks
section) are the same size (18px) and h3-h5's are 16px.Associated Issues and/or People