Split markdown rendering

This commit is contained in:
Kamran Ahmed
2019-11-29 18:13:07 +04:00
parent 59c07c9000
commit 0350da2929
3 changed files with 15 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import styled from 'styled-components';
export const AboutHeaderWrap = styled.div`
text-align: left;
padding: 70px 20px;
padding: 70px 0;
margin: 0 auto;
.author-info {
@@ -46,4 +46,4 @@ export const AboutHeaderWrap = styled.div`
border-radius: 5px;
text-decoration: none;
}
`;
`;