Improve styling of images in Changelog

This commit is contained in:
Tom Moor 2018-11-22 21:40:17 -08:00
parent c5cd2223f7
commit 36fd81d190
1 changed files with 7 additions and 0 deletions

View File

@ -66,6 +66,13 @@ const Article = styled.div`
&:last-child {
border-bottom: 0;
}
img {
max-width: 100%;
zoom: 50%;
box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
`;
export default Changelog;