Skip to content

Commit

Permalink
Fixed styling on footer than made it expand vertically on large scree…
Browse files Browse the repository at this point in the history
…ns (#731)

* Fixed styling on footer than made it expand vertically on large screens

* Update snap
  • Loading branch information
patrickseguraoddball authored Oct 4, 2023
1 parent 2eb4c8f commit 60ec11d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import classNames from 'classnames';
import { useFlags } from 'launchdarkly-react-client-sdk';

import UswdsReactLink from 'components/LinkWrapper';
import MainContent from 'components/MainContent';
import ExternalLink from 'components/shared/ExternalLink';
import useCheckResponsiveScreen from 'hooks/useCheckMobile';
import cmsGovLogo from 'images/cmsGovLogo.png';
Expand Down Expand Up @@ -56,7 +55,7 @@ const Footer = () => {
{authState?.isAuthenticated &&
feedbackEnabled &&
location.pathname !== '/pre-decisional-notice' && (
<MainContent
<div
className={classNames('bg-mint-cool-5 padding-y-2', {
'margin-top-7': authState?.isAuthenticated
})}
Expand Down Expand Up @@ -132,7 +131,7 @@ const Footer = () => {
)}
</Grid>
</GridContainer>
</MainContent>
</div>
)}

<UswdsFooter
Expand Down

0 comments on commit 60ec11d

Please sign in to comment.