1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

Overflowing scroll on page

This commit is contained in:
Kamran Ahmed
2019-11-30 10:28:37 +04:00
parent 2ceeae8f98
commit 055e7e66c1

View File

@@ -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;