Add about page

This commit is contained in:
Kamran Ahmed
2019-11-16 13:51:10 +04:00
parent 58e560af7d
commit ae9c1c4992
4 changed files with 61 additions and 34 deletions

View File

@@ -2,10 +2,15 @@ import styled from 'styled-components';
export const FaqContainer = styled.div`
padding: 40px 0;
`;
export const FaqItem = styled.div`
padding: 20px 20px;
h4 {
margin-top: 30px;
font-weight: 700;
}
h4:first-child {
margin-top: 0;
}
p {
color: #333;
@@ -14,4 +19,7 @@ export const FaqItem = styled.div`
p:last-child {
margin-bottom: 0;
}
`;
.container {
}
`;