Fixes code blocks (#554)

* Fixes code blocks

* Flow ignore uncompiled files

* 💚

* big > bug
This commit is contained in:
Tom Moor
2018-02-04 12:30:22 -08:00
committed by GitHub
parent ba602861af
commit f076582ce4
9 changed files with 40 additions and 31 deletions

View File

@@ -78,7 +78,8 @@ const StyledImg = styled.img`
opacity: ${props => (props.loading ? 0.5 : 1)};
`;
const CenteredImage = styled.div`
const CenteredImage = styled.span`
display: block;
text-align: center;
`;