Skip to content

Commit 85e1dee

Browse files
committed
Fixed footercontainer bug
1 parent 180e0cf commit 85e1dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/experimental/containers/Footer/Footer.components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const FooterLogo = styled.img`
3838
}
3939
`;
4040

41-
export const FooterLinkContainer = styled.p`
41+
export const FooterLinkContainer = styled.div`
4242
margin: 1rem 0;
4343
font-size: 1.33rem;
4444
line-height: 1.33em;

0 commit comments

Comments
 (0)