Overflowing scroll on page

pull/1657/head
Kamran Ahmed 5 years ago
parent 2ceeae8f98
commit 055e7e66c1
  1. 2
      components/page-footer/style.js

@ -1,7 +1,7 @@
import styled from 'styled-components';
export const FooterWrap = styled.div`
padding: 65px 10px;
padding: 65px 0;
.site-meta {
margin-bottom: 30px;

Loading…
Cancel
Save