Overflowing scroll on page
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
export const FooterWrap = styled.div`
|
export const FooterWrap = styled.div`
|
||||||
padding: 65px 10px;
|
padding: 65px 0;
|
||||||
|
|
||||||
.site-meta {
|
.site-meta {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
@ -91,4 +91,4 @@ export const FooterWrap = styled.div`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
Reference in New Issue
Block a user