mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-06 03:34:19 -07:00
More layout fixes (#94)
* More layout fixes * Get aside flush with top/bottom * Media change iconlist to one column on mobile * Misc other fixes * convert className to use React syntax consistently. * Update J40Footer.spec.tsx.snap TODO: body font need to be addressed at the theme level?
This commit is contained in:
parent
55d6e6635b
commit
63d33b40d0
4 changed files with 51 additions and 35 deletions
|
@ -67,8 +67,7 @@ const J40Footer = () => {
|
|||
alt={'Whitehouse logo'}/>
|
||||
}
|
||||
heading={<p
|
||||
className={'usa-footer__logo-heading ' +
|
||||
' j40-footer-logo-heading'}>
|
||||
className={' j40-footer-logo-heading'}>
|
||||
Council on Environmental Quality</p>}
|
||||
/>
|
||||
</>,
|
||||
|
|
|
@ -180,7 +180,7 @@ exports[`J40Footer renders correctly 1`] = `
|
|||
class="grid-col-auto"
|
||||
>
|
||||
<p
|
||||
class="usa-footer__logo-heading j40-footer-logo-heading"
|
||||
class=" j40-footer-logo-heading"
|
||||
>
|
||||
Council on Environmental Quality
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue