garden.canalswans.net/src/layouts/markdown.scss

41 lines
530 B
SCSS
Raw Normal View History

2019-12-20 03:06:41 +00:00
.markdownWrapper {
2019-12-20 04:31:26 +00:00
.articleHeader {
2019-12-20 03:06:41 +00:00
p {
color: gray;
}
2019-12-20 04:31:26 +00:00
text-align: center;
2019-12-20 03:06:41 +00:00
}
.gatsby-resp-image-wrapper {
margin-bottom: 30px;
margin-top: 20px;
}
.footnotes {
margin-top: 40px;
}
2019-12-20 04:31:26 +00:00
2019-12-20 21:54:38 +00:00
blockquote {
color: gray;
}
2019-12-31 19:16:35 +00:00
figcaption {
color: gray;
}
figure {
padding: 0px;
display: flex;
flex-direction: column;
max-width: 500px;
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
img {
width: 100%;
margin-bottom: 5px;
}
}
2019-12-20 03:06:41 +00:00
}