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:
TomNUSDS 2021-06-04 07:36:16 -07:00 committed by GitHub
commit 63d33b40d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 35 deletions

View file

@ -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>}
/>
</>,

View file

@ -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>