diaspora/app/assets/stylesheets/markdown-content.scss
2019-06-17 01:10:41 +02:00

46 lines
590 B
SCSS

.markdown-content {
p { margin: 0 0 0.8em; }
p:last-child { margin-bottom: 0; }
ul, ol {
margin-bottom: .8em;
margin-top: .8em;
li { margin-bottom: .5em; }
&:first-child { margin-top: 0; }
&:last-child { margin-bottom: 0; }
}
h1, h2, h3, h4, h5, h6 {
&:first-child {
margin-top: 0;
}
}
h1 {
font-size: 2.7rem;
}
h2 {
font-size: 2.3rem;
}
h3 {
font-size: 2rem;
}
h4 {
font-size: 1.8rem;
}
h5 {
font-size: 1.6rem;
}
h6 {
font-size: 1.4rem;
}
.img-responsive {
display: inline;
}
}