Add support for figure captions

This commit is contained in:
Kamran Ahmed
2019-11-02 14:47:24 +04:00
parent 132acfec00
commit cb24556d2f
2 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,16 @@ const P = styled.p`
font-weight: 400;
line-height: 1.6;
margin: 16px 0;
img + em {
display: block;
text-align: center;
color: #666666;
font-style: normal;
font-size: 14px;
margin: 5px 0 10px;
display: block;
}
`;
export default P;