Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit d7bd9dd

Browse files
fiona-derivfiona-deriv
andauthored
resize footer section for besquare in responsive mode (#2705)
Co-authored-by: fiona-deriv <[email protected]>
1 parent 9f3193a commit d7bd9dd

File tree

1 file changed

+1
-1
lines changed
  • src/components/layout/besquare/style

1 file changed

+1
-1
lines changed

src/components/layout/besquare/style/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const Section = styled(SectionContainer)`
1414
padding: 0;
1515
`
1616
export const FooterSection = styled(Section)`
17-
margin-bottom: ${(props) => props.is_eu_country && '7.3rem'};
17+
margin-bottom: ${(props) => props.is_eu_country && '12.3rem'};
1818
`
1919

2020
export const ContentContainer = styled(Container)`

0 commit comments

Comments
 (0)