diaspora/app/assets/stylesheets/markdown-content.scss
2016-08-14 08:18:48 +02:00

21 lines
350 B
SCSS

.markdown-content {
p { margin: 0 0 0.8em; }
p:last-child { margin-bottom: 0; }
ul, ol {
margin-top:0.8em;
margin-bottom:0.8em;
&:first-child { margin-top: 0; }
&:last-child { margin-bottom: 0; }
}
h1, h2, h3, h4, h5, h6 {
&:first-child {
margin-top: 0;
}
}
.img-responsive {
display: inline;
}
}