fix markdown not displaying bullet lists

This commit is contained in:
Amruth Pillai
2020-07-18 19:30:59 +05:30
parent 2f44f90364
commit f972d64eea

View File

@ -48,6 +48,11 @@ section {
@apply leading-relaxed whitespace-pre-wrap;
}
.markdown ul {
list-style: disc;
list-style-position: inside;
}
@page {
margin: 0;
}