mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
fix markdown not displaying bullet lists
This commit is contained in:
@ -48,6 +48,11 @@ section {
|
|||||||
@apply leading-relaxed whitespace-pre-wrap;
|
@apply leading-relaxed whitespace-pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown ul {
|
||||||
|
list-style: disc;
|
||||||
|
list-style-position: inside;
|
||||||
|
}
|
||||||
|
|
||||||
@page {
|
@page {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user