improve pre styles in raw content

This commit is contained in:
igoradamenko
2018-05-12 22:35:54 +03:00
parent 99d06289a0
commit 48167fd091
@@ -58,5 +58,13 @@
pre {
overflow-x: auto;
tab-size: 2;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}
}