Fix - Page styles not being applied
This commit is contained in:
17
components/faq-list/style.js
Normal file
17
components/faq-list/style.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
export const FaqContainer = styled.div`
|
||||
padding: 40px 0;
|
||||
`;
|
||||
|
||||
export const FaqItem = styled.div`
|
||||
padding: 20px 20px;
|
||||
|
||||
p {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user